# HG changeset patch # User Eric S. Raymond # Date 1199205599 0 # Node ID 2af4faa10fab2d6c6ff11b6268d5a89f916995f5 # Parent 4146f1cc135eefeb9a507635ed72a9cee401603a * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property correctly. diff -r 4146f1cc135e -r 2af4faa10fab lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 01 11:17:37 2008 +0000 +++ b/lisp/ChangeLog Tue Jan 01 16:39:59 2008 +0000 @@ -1,5 +1,8 @@ 2008-01-01 Eric S. Raymond + * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property + correctly. + * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call with vc-state. diff -r 4146f1cc135e -r 2af4faa10fab lisp/vc-svn.el --- a/lisp/vc-svn.el Tue Jan 01 11:17:37 2008 +0000 +++ b/lisp/vc-svn.el Tue Jan 01 16:39:59 2008 +0000 @@ -548,7 +548,7 @@ (goto-char (point-min)) (while (re-search-forward ;; Ignore the files with status X. - "^\\? +|^[ ACDGIMR!~][ MC][ L][ +][ S]..\\([ *]\\) +\\([-0-9]+\\) +\\([0-9?]+\\) +\\([^ ]+\\) +" nil t) + "^\\(\\?\\|[ ACDGIMR!~][ MC][ L][ +][ S]..\\([ *]\\) +\\([-0-9]+\\) +\\([0-9?]+\\) +\\([^ ]+\\)\\) +" nil t) ;; If the username contains spaces, the output format is ambiguous, ;; so don't trust the output's filename unless we have to. (setq file (or filename