commands: describe "!" files as "missing" in help for status
authorMartin Geisler <mg@daimi.au.dk>
Tue, 07 Apr 2009 17:32:40 +0200
changeset 8018 8985e1daa7f5
parent 8017 685ce2f7ee35
child 8019 af49e2d15e51
commands: describe "!" files as "missing" in help for status
mercurial/commands.py
tests/test-help.out
--- a/mercurial/commands.py	Mon Apr 06 20:11:00 2009 +0200
+++ b/mercurial/commands.py	Tue Apr 07 17:32:40 2009 +0200
@@ -2744,7 +2744,7 @@
     A = added
     R = removed
     C = clean
-    ! = deleted, but still tracked
+    ! = missing, but still tracked
     ? = not tracked
     I = ignored
       = the previous added file was copied from here
--- a/tests/test-help.out	Mon Apr 06 20:11:00 2009 +0200
+++ b/tests/test-help.out	Tue Apr 07 17:32:40 2009 +0200
@@ -268,7 +268,7 @@
     A = added
     R = removed
     C = clean
-    ! = deleted, but still tracked
+    ! = missing, but still tracked
     ? = not tracked
     I = ignored
       = the previous added file was copied from here