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:
Alfred M. Szmidt 2017-09-08 12:14:58 +03:00 committed by Eli Zaretskii
parent f82d9323af
commit e3476d2937

View file

@ -184,6 +184,7 @@ switches."
(?M . edited)
(?D . removed)
(?R . removed)
(?! . needs-update)
(?? . unregistered)
;; This is what vc-svn-parse-status does.
(?~ . edited)))