scm: mercurial: remove unused rhannotate command options in helper.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4933 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a93d6a1621
commit
d671b11641
|
@ -168,7 +168,7 @@ cmdtable = {
|
|||
('n', 'number', None, 'list the revision number (default)'),
|
||||
('c', 'changeset', None, 'list the changeset'),
|
||||
],
|
||||
'hg rhannotate [-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE...'),
|
||||
'hg rhannotate [-r REV] [-u] [-n] [-c] FILE...'),
|
||||
'rhcat': (rhcat,
|
||||
[('r', 'rev', '', 'revision')],
|
||||
'hg rhcat ([-r REV] ...) FILE...'),
|
||||
|
|
Loading…
Reference in New Issue