help: drop -a from heads syntax summary (
issue3483)
--- a/mercurial/commands.py Mon Jun 04 15:43:16 2012 +0300
+++ b/mercurial/commands.py Mon Jun 04 17:22:09 2012 -0500
@@ -2950,7 +2950,7 @@
('a', 'active', False, _('show active branchheads only (DEPRECATED)')),
('c', 'closed', False, _('show normal and closed branch heads')),
] + templateopts,
- _('[-ac] [-r STARTREV] [REV]...'))
+ _('[-ct] [-r STARTREV] [REV]...'))
def heads(ui, repo, *branchrevs, **opts):
"""show current repository heads or show branch heads