Mercurial > hg
changeset 8040:545fb915fe16
commands: more informative description of "!" files in status
This makes the description more similar to the one used by Subversion.
Suggestion by Dennis Brakhane.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 09 Apr 2009 20:00:48 +0200 |
parents | 18081ce1e630 |
children | fd35e9d72879 |
files | mercurial/commands.py tests/test-help.out |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Apr 09 14:43:02 2009 +0200 +++ b/mercurial/commands.py Thu Apr 09 20:00:48 2009 +0200 @@ -2748,7 +2748,7 @@ 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
--- a/tests/test-help.out Thu Apr 09 14:43:02 2009 +0200 +++ b/tests/test-help.out Thu Apr 09 20:00:48 2009 +0200 @@ -269,7 +269,7 @@ 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