Support SVN files with svn:externals property
* lisp/vc/vc-svn.el (vc-svn-parse-status): Don't ignore files marked with the svn:externals property. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
e3476d2937
commit
9b9c93053a
1 changed files with 1 additions and 2 deletions
|
@ -701,8 +701,7 @@ Set file properties accordingly. If FILENAME is non-nil, return its status."
|
|||
(let (multifile file status propstat)
|
||||
(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][ +][ SX]..\\([ *]\\) +\\([-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 (unless multifile filename)
|
||||
|
|
Loading…
Add table
Reference in a new issue