Commit Diff


commit - bc158324418fd8bef96a7f62856679de2569030f
commit + e8e0be9271e208311f1d0b841ca28cb058c61309
blob - b61750a3b8a04ea61a2dba415b1ffe15a9b182b3
blob + 1d097717a48f3d0cb81560e9401c26fd388437a8
--- vc-got.el
+++ 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)))