Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 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 | 6a0e1d593bdd |
children | ff178743e59b |
comparison
equal
deleted
inserted
replaced
34928:362096cfdb1f | 34929:a74befa25ade |
---|---|
4785 name if all the files in it share the same status. The option takes an | 4785 name if all the files in it share the same status. The option takes an |
4786 argument indicating the statuses to abbreviate: 'm' for 'modified', 'a' | 4786 argument indicating the statuses to abbreviate: 'm' for 'modified', 'a' |
4787 for 'added', 'r' for 'removed', 'd' for 'deleted', 'u' for 'unknown', 'i' | 4787 for 'added', 'r' for 'removed', 'd' for 'deleted', 'u' for 'unknown', 'i' |
4788 for 'ignored' and 'c' for clean. | 4788 for 'ignored' and 'c' for clean. |
4789 | 4789 |
4790 It abbreviates only those statuses which are passed. Note that ignored | 4790 It abbreviates only those statuses which are passed. Note that clean and |
4791 files are not displayed with '--terse i' unless the -i/--ignored option is | 4791 ignored files are not displayed with '--terse ic' unless the -c/--clean |
4792 also used. | 4792 and -i/--ignored options are also used. |
4793 | 4793 |
4794 The -v/--verbose option shows information when the repository is in an | 4794 The -v/--verbose option shows information when the repository is in an |
4795 unfinished merge, shelve, rebase state etc. You can have this behavior | 4795 unfinished merge, shelve, rebase state etc. You can have this behavior |
4796 turned on by default by enabling the ``commands.status.verbose`` option. | 4796 turned on by default by enabling the ``commands.status.verbose`` option. |
4797 | 4797 |