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