Mercurial > emacs
changeset 95673:52ec5c5888db
(vc-cvs-dir-status): Pass -f to cvs.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 08 Jun 2008 15:18:28 +0000 |
parents | df59f8d16051 |
children | 0c2f83acfffe |
files | lisp/ChangeLog lisp/vc-cvs.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jun 08 14:53:18 2008 +0000 +++ b/lisp/ChangeLog Sun Jun 08 15:18:28 2008 +0000 @@ -1,5 +1,7 @@ 2008-06-08 Andreas Schwab <schwab@suse.de> + * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs. + * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an empty line.
--- a/lisp/vc-cvs.el Sun Jun 08 14:53:18 2008 +0000 +++ b/lisp/vc-cvs.el Sun Jun 08 15:18:28 2008 +0000 @@ -909,7 +909,7 @@ (defun vc-cvs-dir-status (dir update-function) "Create a list of conses (file . state) for DIR." - (vc-cvs-command (current-buffer) 'async dir "status") + (vc-cvs-command (current-buffer) 'async dir "-f" "status") ;; Alternative implementation: use the "update" command instead of ;; the "status" command. ;; (vc-cvs-command (current-buffer) 'async