mercurial/commands.py
branchstable
changeset 34929 a74befa25ade
parent 34920 6a0e1d593bdd
child 34948 ff178743e59b
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