(vc-cvs-dir-status): Pass -f to cvs.

This commit is contained in:
Andreas Schwab 2008-06-08 15:18:28 +00:00
parent c99657a558
commit 77003b236b
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -909,7 +909,7 @@ state."
(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