# HG changeset patch # User Andreas Schwab # Date 1212938308 0 # Node ID 52ec5c5888db28b023ccba8a8a8e3e4fb3558254 # Parent df59f8d16051e3646f88891907ec5d176ecd1949 (vc-cvs-dir-status): Pass -f to cvs. diff -r df59f8d16051 -r 52ec5c5888db lisp/ChangeLog --- a/lisp/ChangeLog Sun Jun 08 14:53:18 2008 +0000 +++ b/lisp/ChangeLog Sun Jun 08 15:18:28 2008 +0000 @@ -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 -r df59f8d16051 -r 52ec5c5888db lisp/vc-cvs.el --- 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