# HG changeset patch # User Thomas Arendsen Hein # Date 1161756677 -7200 # Node ID e1421a77427e576565caa804589076b84679b655 # Parent 9de0e64545a30c46b4397e9e89246021ecfd1b00 Corrected synopsis of hg heads diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2998,7 +2998,7 @@ table = { ('', '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":