Corrected synopsis of hg heads
authorThomas Arendsen Hein <thomas@intevation.de>
Wed, 25 Oct 2006 08:11:17 +0200
changeset 3510 e1421a77427e
parent 3509 9de0e64545a3
child 3511 aa8f086cb141
Corrected synopsis of hg heads
mercurial/commands.py
--- 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":