commands: more informative description of "!" files in status

This makes the description more similar to the one used by Subversion.
Suggestion by Dennis Brakhane.
This commit is contained in:
Martin Geisler 2009-04-09 20:00:48 +02:00
parent e8820e5792
commit a0c28e829e
2 changed files with 2 additions and 2 deletions

View File

@ -2748,7 +2748,7 @@ def status(ui, repo, *pats, **opts):
A = added
R = removed
C = clean
! = missing, but still tracked
! = missing (deleted by non-hg command, but still tracked)
? = not tracked
I = ignored
= the previous added file was copied from here

View File

@ -269,7 +269,7 @@ show changed files in the working directory
A = added
R = removed
C = clean
! = missing, but still tracked
! = missing (deleted by non-hg command, but still tracked)
? = not tracked
I = ignored
= the previous added file was copied from here