# HG changeset patch # User Martin Geisler # Date 1239118360 -7200 # Node ID 8985e1daa7f58ecbae00b601bd3b9e9d6cc2051e # Parent 685ce2f7ee35dfe29d296f80ba2dff124a1caa63 commands: describe "!" files as "missing" in help for status diff -r 685ce2f7ee35 -r 8985e1daa7f5 mercurial/commands.py --- 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 diff -r 685ce2f7ee35 -r 8985e1daa7f5 tests/test-help.out --- 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