Mercurial > hg-stable
changeset 34929:a74befa25ade stable
status: update the help to indicate that clean files are not normally tersed
The same applies to '?' if --quiet is used (or any of the other states if some
of -marduic is specified), but I couldn't figure out how to express that
clearly.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 28 Oct 2017 00:00:05 -0400 |
parents | 362096cfdb1f |
children | 28baeab476cc |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Oct 27 23:48:38 2017 -0400 +++ b/mercurial/commands.py Sat Oct 28 00:00:05 2017 -0400 @@ -4787,9 +4787,9 @@ for 'added', 'r' for 'removed', 'd' for 'deleted', 'u' for 'unknown', 'i' for 'ignored' and 'c' for clean. - It abbreviates only those statuses which are passed. Note that ignored - files are not displayed with '--terse i' unless the -i/--ignored option is - also used. + It abbreviates only those statuses which are passed. Note that clean and + ignored files are not displayed with '--terse ic' unless the -c/--clean + and -i/--ignored options are also used. The -v/--verbose option shows information when the repository is in an unfinished merge, shelve, rebase state etc. You can have this behavior