# HG changeset patch # User Martin Geisler # Date 1239300048 -7200 # Node ID 545fb915fe1672834bb569e54651d596258ad05b # Parent 18081ce1e6300bc2e9c0849751e57eaec7c0c4a1 commands: more informative description of "!" files in status This makes the description more similar to the one used by Subversion. Suggestion by Dennis Brakhane. diff -r 18081ce1e630 -r 545fb915fe16 mercurial/commands.py --- 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 diff -r 18081ce1e630 -r 545fb915fe16 tests/test-help.out --- 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