##// END OF EJS Templates
commands: more informative description of "!" files in status...
Martin Geisler -
r8040:545fb915 default
parent child Browse files
Show More
@@ -2748,7 +2748,7 b' def status(ui, repo, *pats, **opts):'
2748 A = added
2748 A = added
2749 R = removed
2749 R = removed
2750 C = clean
2750 C = clean
2751 ! = missing, but still tracked
2751 ! = missing (deleted by non-hg command, but still tracked)
2752 ? = not tracked
2752 ? = not tracked
2753 I = ignored
2753 I = ignored
2754 = the previous added file was copied from here
2754 = the previous added file was copied from here
@@ -269,7 +269,7 b' show changed files in the working direct'
269 A = added
269 A = added
270 R = removed
270 R = removed
271 C = clean
271 C = clean
272 ! = missing, but still tracked
272 ! = missing (deleted by non-hg command, but still tracked)
273 ? = not tracked
273 ? = not tracked
274 I = ignored
274 I = ignored
275 = the previous added file was copied from here
275 = the previous added file was copied from here
General Comments 0
You need to be logged in to leave comments. Login now