summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2008-06-08 15:18:28 +0000
committerAndreas Schwab <schwab@suse.de>2008-06-08 15:18:28 +0000
commitc3f777043824934ba786cdddf268aa6bab22bdb6 (patch)
treecba5c90e3696851ec32ff2502b835d32f23b7309
parent2facccac27e7401285a38e4ea7df35a1acb78344 (diff)
downloademacs-c3f777043824934ba786cdddf268aa6bab22bdb6.tar.gz
(vc-cvs-dir-status): Pass -f to cvs.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/vc-cvs.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 871733dc535..b1ba8dac0c6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
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