changeset 3510 | e1421a77427e |
parent 3504 | f4ab58d4ccd4 |
child 3511 | aa8f086cb141 |
--- a/mercurial/commands.py Wed Oct 25 02:51:27 2006 -0300 +++ b/mercurial/commands.py Wed Oct 25 08:11:17 2006 +0200 @@ -2998,7 +2998,7 @@ ('', 'style', '', _('display using template map file')), ('r', 'rev', '', _('show only heads which are descendants of rev')), ('', 'template', '', _('display with template'))], - _('hg heads [-r <rev>]')), + _('hg heads [-r REV]')), "help": (help_, [], _('hg help [COMMAND]')), "identify|id": (identify, [], _('hg identify')), "import|patch":