* vc-svn.el (vc-svn-parse-status): Set the 'unregisted property correctly.
This commit is contained in:
parent
c59a24425b
commit
abc61762a5
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
|
@ -548,7 +548,7 @@ information about FILENAME and return its status."
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue