Updated manpage and help.

Updated manpage on change to hg status; standardized description
of -print0 options.
This commit is contained in:
TK Soh 2005-08-27 18:55:14 -07:00
parent 38e347d953
commit 50787ba429
3 changed files with 5 additions and 5 deletions

View File

@ -435,7 +435,7 @@ status [options] [files]::
-a, --added show only added files -a, --added show only added files
-r, --removed show only removed files -r, --removed show only removed files
-u, --unknown show only unknown (not tracked) files -u, --unknown show only unknown (not tracked) files
-p, --strip strip status prefix -n, --no-status hide status prefix
-0, --print0 end filenames with NUL, for use with xargs -0, --print0 end filenames with NUL, for use with xargs
-I, --include <pat> include names matching the given patterns -I, --include <pat> include names matching the given patterns
-X, --exclude <pat> exclude names matching the given patterns -X, --exclude <pat> exclude names matching the given patterns

View File

@ -1537,7 +1537,7 @@ table = {
"hg forget [OPTION]... FILE..."), "hg forget [OPTION]... FILE..."),
"grep": "grep":
(grep, (grep,
[('0', 'print0', None, 'terminate file names with NUL'), [('0', 'print0', None, 'end filenames with NUL'),
('I', 'include', [], 'include path in search'), ('I', 'include', [], 'include path in search'),
('X', 'exclude', [], 'include path in search'), ('X', 'exclude', [], 'include path in search'),
('i', 'ignore-case', None, 'ignore case when matching'), ('i', 'ignore-case', None, 'ignore case when matching'),
@ -1562,7 +1562,7 @@ table = {
"locate": "locate":
(locate, (locate,
[('r', 'rev', '', 'revision'), [('r', 'rev', '', 'revision'),
('0', 'print0', None, 'end records with NUL'), ('0', 'print0', None, 'end filenames with NUL'),
('f', 'fullpath', None, 'print complete paths'), ('f', 'fullpath', None, 'print complete paths'),
('I', 'include', [], 'include path in search'), ('I', 'include', [], 'include path in search'),
('X', 'exclude', [], 'exclude path from search')], ('X', 'exclude', [], 'exclude path from search')],
@ -1627,7 +1627,7 @@ table = {
('r', 'removed', None, 'show only removed files'), ('r', 'removed', None, 'show only removed files'),
('u', 'unknown', None, 'show only unknown (not tracked) files'), ('u', 'unknown', None, 'show only unknown (not tracked) files'),
('n', 'no-status', None, 'hide status prefix'), ('n', 'no-status', None, 'hide status prefix'),
('0', 'print0', None, 'end records with NUL'), ('0', 'print0', None, 'end filenames with NUL'),
('I', 'include', [], 'include path in search'), ('I', 'include', [], 'include path in search'),
('X', 'exclude', [], 'exclude path from search')], ('X', 'exclude', [], 'exclude path from search')],
"hg status [OPTION]... [FILE]..."), "hg status [OPTION]... [FILE]..."),

View File

@ -157,7 +157,7 @@ options:
-r --removed show only removed files -r --removed show only removed files
-u --unknown show only unknown (not tracked) files -u --unknown show only unknown (not tracked) files
-n --no-status hide status prefix -n --no-status hide status prefix
-0 --print0 end records with NUL -0 --print0 end filenames with NUL
-I --include include path in search -I --include include path in search
-X --exclude exclude path from search -X --exclude exclude path from search
hg status [OPTION]... [FILE]... hg status [OPTION]... [FILE]...