Mercurial > hg
changeset 8018:8985e1daa7f5
commands: describe "!" files as "missing" in help for status
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Tue, 07 Apr 2009 17:32:40 +0200 |
parents | 685ce2f7ee35 |
children | af49e2d15e51 |
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 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
--- 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