--- a/mercurial/commands.py Fri Oct 01 10:29:33 2010 -0500
+++ b/mercurial/commands.py Fri Oct 01 23:16:11 2010 +0200
@@ -4155,14 +4155,15 @@
"heads":
(heads,
[('r', 'rev', '',
- _('show only heads which are descendants of REV'), _('REV')),
+ _('show only heads which are descendants of STARTREV'),
+ _('STARTREV')),
('t', 'topo', False, _('show topological heads only')),
('a', 'active', False,
_('show active branchheads only (DEPRECATED)')),
('c', 'closed', False,
_('show normal and closed branch heads')),
] + templateopts,
- _('[-ac] [-r REV] [REV]...')),
+ _('[-ac] [-r STARTREV] [REV]...')),
"help": (help_, [], _('[TOPIC]')),
"identify|id":
(identify,