Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 1068:498456c2e8e5
Fixed synopsis for grep command.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 26 Aug 2005 16:47:09 +0200 |
parents | fae1204603dc |
children | 8f0ac653f85e |
comparison
equal
deleted
inserted
replaced
1067:fae1204603dc | 1068:498456c2e8e5 |
---|---|
1544 ('l', 'files-with-matches', None, 'print names of files with matches'), | 1544 ('l', 'files-with-matches', None, 'print names of files with matches'), |
1545 ('n', 'line-number', '', 'print line numbers'), | 1545 ('n', 'line-number', '', 'print line numbers'), |
1546 ('r', 'rev', [], 'search in revision rev'), | 1546 ('r', 'rev', [], 'search in revision rev'), |
1547 ('s', 'no-messages', None, 'do not print error messages'), | 1547 ('s', 'no-messages', None, 'do not print error messages'), |
1548 ('v', 'invert-match', None, 'select non-matching lines')], | 1548 ('v', 'invert-match', None, 'select non-matching lines')], |
1549 "hg grep [options] [pat] [files]"), | 1549 "hg grep [OPTION]... [PATTERN] [FILE]..."), |
1550 "heads": | 1550 "heads": |
1551 (heads, | 1551 (heads, |
1552 [('b', 'branches', None, 'find branch info')], | 1552 [('b', 'branches', None, 'find branch info')], |
1553 'hg heads [-b]'), | 1553 'hg heads [-b]'), |
1554 "help": (help_, [], 'hg help [COMMAND]'), | 1554 "help": (help_, [], 'hg help [COMMAND]'), |