emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/vc-fossil 43f9868 014/111: Add "ADD" as a possible state r


From: ELPA Syncer
Subject: [nongnu] elpa/vc-fossil 43f9868 014/111: Add "ADD" as a possible state reported by fossil - also mapped to needs-update
Date: Wed, 29 Sep 2021 08:59:12 -0400 (EDT)

branch: elpa/vc-fossil
commit 43f986886e3a66b2bc77757eaf83ddde6995701e
Author: venkat <venkat>
Commit: venkat <venkat>

    Add "ADD" as a possible state reported by fossil - also mapped to 
needs-update
---
 vc/el/vc-fossil.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vc/el/vc-fossil.el b/vc/el/vc-fossil.el
index 20e49a2..e9d7e49 100644
--- a/vc/el/vc-fossil.el
+++ b/vc/el/vc-fossil.el
@@ -97,6 +97,7 @@
                  ((string= code "UNCHANGED") 'up-to-date)
                  ((string= code "CONFLICT")  'edited)
                  ((string= code "ADDED")     'added)
+                 ((string= code "ADD")       'needs-update)
                  ((string= code "EDITED")    'edited)
                  ((string= code "REMOVE")    'removed)
                  ((string= code "UPDATE")    'needs-update)



reply via email to

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