# HG changeset patch # User Thomas Arendsen Hein # Date 1161756677 -7200 # Node ID e1421a77427e576565caa804589076b84679b655 # Parent 9de0e64545a30c46b4397e9e89246021ecfd1b00 Corrected synopsis of hg heads diff -r 9de0e64545a3 -r e1421a77427e 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 ]')), + _('hg heads [-r REV]')), "help": (help_, [], _('hg help [COMMAND]')), "identify|id": (identify, [], _('hg identify')), "import|patch":