emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e3476d2: List locally removed files in vc-dir with


From: Eli Zaretskii
Subject: [Emacs-diffs] master e3476d2: List locally removed files in vc-dir with SVN back-end
Date: Fri, 8 Sep 2017 05:16:29 -0400 (EDT)

branch: master
commit e3476d293736d8e7d8d3ea47bba407ace15addbc
Author: Alfred M. Szmidt <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 db16eb2..a67c226 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]