# HG changeset patch # User Matt Harbison # Date 1509163205 14400 # Node ID a74befa25adea6464cd097bf5a227551c48483e9 # Parent 362096cfdb1f13a1c230be9f64a7964dfdec7b85 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. diff -r 362096cfdb1f -r a74befa25ade mercurial/commands.py --- 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