Mercurial > emacs
changeset 93160:22d835ffa8f7
(vc-cvs-parse-status): Note there are problems with
subdirectories.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 23 Mar 2008 18:15:35 +0000 |
parents | 9f29accd415e |
children | e3b492a971e1 |
files | lisp/ChangeLog lisp/vc-cvs.el |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Mar 23 18:12:18 2008 +0000 +++ b/lisp/ChangeLog Sun Mar 23 18:15:35 2008 +0000 @@ -1,5 +1,8 @@ 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu> + * vc-cvs.el (vc-cvs-parse-status): Note there are problems with + subdirectories. + * vc.el (vc-status-prepare-status-buffer): Fix thinko. (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process. Add :enable for vc-status-refresh.
--- a/lisp/vc-cvs.el Sun Mar 23 18:12:18 2008 +0000 +++ b/lisp/vc-cvs.el Sun Mar 23 18:15:35 2008 +0000 @@ -812,6 +812,12 @@ ;; Normalize CVS root record (list method user host root))))) +;; XXX: This does not work correctly for subdirectories. "cvs status" +;; information is context sensitive, it contains lines like: +;; cvs status: Examining DIRNAME +;; and the file entries after that don't show the full path. +;; Because of this vc-dired only shows changed files at the top level +;; for CVS. (defun vc-cvs-parse-status (&optional full) "Parse output of \"cvs status\" command in the current buffer. Set file properties accordingly. Unless FULL is t, parse only