diff lisp/vc-cvs.el @ 95673:52ec5c5888db

(vc-cvs-dir-status): Pass -f to cvs.
author Andreas Schwab <schwab@suse.de>
date Sun, 08 Jun 2008 15:18:28 +0000
parents fff438dcde9e
children 22820f8cee46
line wrap: on
line diff
--- a/lisp/vc-cvs.el	Sun Jun 08 14:53:18 2008 +0000
+++ b/lisp/vc-cvs.el	Sun Jun 08 15:18:28 2008 +0000
@@ -909,7 +909,7 @@
 
 (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