help: drop -a from heads syntax summary (issue3483) stable
authorMatt Mackall <mpm@selenic.com>
Mon, 04 Jun 2012 17:22:09 -0500
branchstable
changeset 16869 00e1e40d709c
parent 16850 9c86ef980d9e
child 16871 d566aa319d5f
child 16876 fdc879042414
help: drop -a from heads syntax summary (issue3483)
mercurial/commands.py
--- 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