List locally removed files in vc-dir with SVN back-end
* lisp/vc/vc-svn.el (vc-svn-after-dir-status): List files marked with ?! as needs-update. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
f82d9323af
commit
e3476d2937
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ switches."
|
|||
(?M . edited)
|
||||
(?D . removed)
|
||||
(?R . removed)
|
||||
(?! . needs-update)
|
||||
(?? . unregistered)
|
||||
;; This is what vc-svn-parse-status does.
|
||||
(?~ . edited)))
|
||||
|
|
Loading…
Add table
Reference in a new issue