# HG changeset patch # User Matt Mackall # Date 1338848529 18000 # Node ID 00e1e40d709c49d1a124c62c3376d91ce1de2197 # Parent 9c86ef980d9e85a855585b1b933c930f4488a56a help: drop -a from heads syntax summary (issue3483) diff -r 9c86ef980d9e -r 00e1e40d709c 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