changeset 16869:00e1e40d709c stable

help: drop -a from heads syntax summary (issue3483)
author Matt Mackall <mpm@selenic.com>
date Mon, 04 Jun 2012 17:22:09 -0500
parents 9c86ef980d9e
children d566aa319d5f fdc879042414
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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