From e3476d293736d8e7d8d3ea47bba407ace15addbc Mon Sep 17 00:00:00 2001 From: "Alfred M. Szmidt" Date: Fri, 8 Sep 2017 12:14:58 +0300 Subject: [PATCH] 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 --- lisp/vc/vc-svn.el | 1 + 1 file changed, 1 insertion(+) 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))) -- 2.39.5