From: Andreas Schwab Date: Sun, 8 Jun 2008 15:18:28 +0000 (+0000) Subject: (vc-cvs-dir-status): Pass -f to cvs. X-Git-Tag: emacs-pretest-23.0.90~5002 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77003b236b92a337fd9403764f5e56f7fa743fed;p=emacs.git (vc-cvs-dir-status): Pass -f to cvs. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea99adb5dc4..c5241a74839 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-06-08 Andreas Schwab + * 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. diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index 5fc9206dec0..6c3d4fe5c18 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -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