diff lisp/vc-svn.el @ 87424:c0ee02a9ac55

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 26 Dec 2007 23:24:08 +0000
parents 613df1ba1584
children 47c02bd68801
line wrap: on
line diff
--- a/lisp/vc-svn.el	Wed Dec 26 21:06:35 2007 +0000
+++ b/lisp/vc-svn.el	Wed Dec 26 23:24:08 2007 +0000
@@ -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 @@
   (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