##// END OF EJS Templates
status: update the help to indicate that clean files are not normally tersed...
Matt Harbison -
r34930:a74befa2 stable
parent child Browse files
Show More
@@ -4787,9 +4787,9 b' def status(ui, repo, *pats, **opts):'
4787 4787 for 'added', 'r' for 'removed', 'd' for 'deleted', 'u' for 'unknown', 'i'
4788 4788 for 'ignored' and 'c' for clean.
4789 4789
4790 It abbreviates only those statuses which are passed. Note that ignored
4791 files are not displayed with '--terse i' unless the -i/--ignored option is
4792 also used.
4790 It abbreviates only those statuses which are passed. Note that clean and
4791 ignored files are not displayed with '--terse ic' unless the -c/--clean
4792 and -i/--ignored options are also used.
4793 4793
4794 4794 The -v/--verbose option shows information when the repository is in an
4795 4795 unfinished merge, shelve, rebase state etc. You can have this behavior
General Comments 0
You need to be logged in to leave comments. Login now