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

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

[elpa] externals/vc-got e8e0be9271: specify what "obstructed" means in t


From: ELPA Syncer
Subject: [elpa] externals/vc-got e8e0be9271: specify what "obstructed" means in the comment; no code changes
Date: Thu, 22 Sep 2022 10:58:39 -0400 (EDT)

branch: externals/vc-got
commit e8e0be9271e208311f1d0b841ca28cb058c61309
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    specify what "obstructed" means in the comment; no code changes
---
 vc-got.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-got.el b/vc-got.el
index b61750a3b8..1d097717a4 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -322,7 +322,7 @@ ROOT is the root of the repo."
     (?D 'removed)
     (?C 'conflict)
     (?! 'missing)
-    (?~ 'edited) ; XXX: what does it means for a file to be ``obstructed''?
+    (?~ 'edited) ; file was replaced by e.g. a directory
     (?? 'unregistered)
     (?m 'edited) ; modified file modes
     (?N nil)))



reply via email to

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