]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-cvs-dir-status): Pass -f to cvs.
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Jun 2008 15:18:28 +0000 (15:18 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Jun 2008 15:18:28 +0000 (15:18 +0000)
lisp/ChangeLog
lisp/vc-cvs.el

index ea99adb5dc4acc036a4acc812fb4adf92b937e31..c5241a748394bed1b859e210c691e132e29d4dbc 100644 (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.
 
index 5fc9206dec0d58f31122e3a2e2b47fe2aebd5bf8..6c3d4fe5c1826b83e83bc774549b592cace03dae 100644 (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