Mercurial > hg
changeset 20660:19e9478c1a22
status: improve explanation of ' ' status
a) it shows for states other than 'A'
b) it only shows with --copies
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 06 Mar 2014 17:26:49 -0600 |
parents | 4f68acdb22ff |
children | 6ed183760e70 |
files | mercurial/commands.py tests/test-help.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Feb 18 13:07:08 2014 -0800 +++ b/mercurial/commands.py Thu Mar 06 17:26:49 2014 -0600 @@ -5289,7 +5289,7 @@ ! = missing (deleted by non-hg command, but still tracked) ? = not tracked I = ignored - = origin of the previous file listed as A (added) + = origin of the previous file (with --copies) .. container:: verbose
--- a/tests/test-help.t Tue Feb 18 13:07:08 2014 -0800 +++ b/tests/test-help.t Thu Mar 06 17:26:49 2014 -0600 @@ -563,7 +563,7 @@ ! = missing (deleted by non-hg command, but still tracked) ? = not tracked I = ignored - = origin of the previous file listed as A (added) + = origin of the previous file (with --copies) Returns 0 on success.