From: Alfred M. Szmidt Date: Fri, 8 Sep 2017 09:14:58 +0000 (+0300) Subject: List locally removed files in vc-dir with SVN back-end X-Git-Tag: emacs-26.0.90~228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3476d293736d8e7d8d3ea47bba407ace15addbc;p=emacs.git 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 --- diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index db16eb202de..a67c2264d80 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el @@ -184,6 +184,7 @@ switches." (?M . edited) (?D . removed) (?R . removed) + (?! . needs-update) (?? . unregistered) ;; This is what vc-svn-parse-status does. (?~ . edited)))