diff options
| author | Eric S. Raymond <esr@snark.thyrsus.com> | 2007-12-26 23:24:08 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2007-12-26 23:24:08 +0000 |
| commit | cdce374aed500a9b86f96af71d72a618d9639054 (patch) | |
| tree | 85372217cfc358e5b77b90c1cd59b600663f386d /lisp/vc-svn.el | |
| parent | f24830d2b74c9f86626661d143d10804d8e22a62 (diff) | |
| download | emacs-cdce374aed500a9b86f96af71d72a618d9639054.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/vc-svn.el')
| -rw-r--r-- | lisp/vc-svn.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index b83f8e0580f..2b46d2b9fec 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -27,10 +27,6 @@ ;; Sync'd with Subversion's vc-svn.el as of revision 5801. but this version ;; has been extensively modified since to handle filesets. -;;; Bugs: - -;; - VC-dired is (really) slow. - ;;; Code: (eval-when-compile @@ -151,7 +147,7 @@ If you want to force an empty list of arguments, use t." (vc-svn-state file 'local)) (defun vc-svn-dir-state (dir &optional localp) - "Find the SVN state of all files in DIR." + "Find the SVN state of all files in DIR and its subdirectories." (setq localp (or localp (vc-stay-local-p dir))) (let ((default-directory dir)) ;; Don't specify DIR in this command, the default-directory is |
