Show More
@@ -435,7 +435,7 b' status [options] [files]::' | |||||
435 | -a, --added show only added files |
|
435 | -a, --added show only added files | |
436 | -r, --removed show only removed files |
|
436 | -r, --removed show only removed files | |
437 | -u, --unknown show only unknown (not tracked) files |
|
437 | -u, --unknown show only unknown (not tracked) files | |
438 |
- |
|
438 | -n, --no-status hide status prefix | |
439 | -0, --print0 end filenames with NUL, for use with xargs |
|
439 | -0, --print0 end filenames with NUL, for use with xargs | |
440 | -I, --include <pat> include names matching the given patterns |
|
440 | -I, --include <pat> include names matching the given patterns | |
441 | -X, --exclude <pat> exclude names matching the given patterns |
|
441 | -X, --exclude <pat> exclude names matching the given patterns |
@@ -1537,7 +1537,7 b' table = {' | |||||
1537 | "hg forget [OPTION]... FILE..."), |
|
1537 | "hg forget [OPTION]... FILE..."), | |
1538 | "grep": |
|
1538 | "grep": | |
1539 | (grep, |
|
1539 | (grep, | |
1540 |
[('0', 'print0', None, ' |
|
1540 | [('0', 'print0', None, 'end filenames with NUL'), | |
1541 | ('I', 'include', [], 'include path in search'), |
|
1541 | ('I', 'include', [], 'include path in search'), | |
1542 | ('X', 'exclude', [], 'include path in search'), |
|
1542 | ('X', 'exclude', [], 'include path in search'), | |
1543 | ('i', 'ignore-case', None, 'ignore case when matching'), |
|
1543 | ('i', 'ignore-case', None, 'ignore case when matching'), | |
@@ -1562,7 +1562,7 b' table = {' | |||||
1562 | "locate": |
|
1562 | "locate": | |
1563 | (locate, |
|
1563 | (locate, | |
1564 | [('r', 'rev', '', 'revision'), |
|
1564 | [('r', 'rev', '', 'revision'), | |
1565 |
('0', 'print0', None, 'end |
|
1565 | ('0', 'print0', None, 'end filenames with NUL'), | |
1566 | ('f', 'fullpath', None, 'print complete paths'), |
|
1566 | ('f', 'fullpath', None, 'print complete paths'), | |
1567 | ('I', 'include', [], 'include path in search'), |
|
1567 | ('I', 'include', [], 'include path in search'), | |
1568 | ('X', 'exclude', [], 'exclude path from search')], |
|
1568 | ('X', 'exclude', [], 'exclude path from search')], | |
@@ -1627,7 +1627,7 b' table = {' | |||||
1627 | ('r', 'removed', None, 'show only removed files'), |
|
1627 | ('r', 'removed', None, 'show only removed files'), | |
1628 | ('u', 'unknown', None, 'show only unknown (not tracked) files'), |
|
1628 | ('u', 'unknown', None, 'show only unknown (not tracked) files'), | |
1629 | ('n', 'no-status', None, 'hide status prefix'), |
|
1629 | ('n', 'no-status', None, 'hide status prefix'), | |
1630 |
('0', 'print0', None, 'end |
|
1630 | ('0', 'print0', None, 'end filenames with NUL'), | |
1631 | ('I', 'include', [], 'include path in search'), |
|
1631 | ('I', 'include', [], 'include path in search'), | |
1632 | ('X', 'exclude', [], 'exclude path from search')], |
|
1632 | ('X', 'exclude', [], 'exclude path from search')], | |
1633 | "hg status [OPTION]... [FILE]..."), |
|
1633 | "hg status [OPTION]... [FILE]..."), |
@@ -157,7 +157,7 b' options:' | |||||
157 | -r --removed show only removed files |
|
157 | -r --removed show only removed files | |
158 | -u --unknown show only unknown (not tracked) files |
|
158 | -u --unknown show only unknown (not tracked) files | |
159 | -n --no-status hide status prefix |
|
159 | -n --no-status hide status prefix | |
160 |
-0 --print0 end |
|
160 | -0 --print0 end filenames with NUL | |
161 | -I --include include path in search |
|
161 | -I --include include path in search | |
162 | -X --exclude exclude path from search |
|
162 | -X --exclude exclude path from search | |
163 | hg status [OPTION]... [FILE]... |
|
163 | hg status [OPTION]... [FILE]... |
General Comments 0
You need to be logged in to leave comments.
Login now