changeset 11777:9299b98041e8 stable

commands: use round parenthesis in 'hg head --active' help This is the style used in the rest of the help strings.
author Martin Geisler <mg@aragost.com>
date Wed, 11 Aug 2010 12:21:27 +0200
parents 13921a1af02b
children 7e5f5e5858f9
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Aug 11 12:19:01 2010 +0200
+++ b/mercurial/commands.py	Wed Aug 11 12:21:27 2010 +0200
@@ -4187,7 +4187,7 @@
            _('show only heads which are descendants of REV'), _('REV')),
           ('t', 'topo', False, _('show topological heads only')),
           ('a', 'active', False,
-           _('show active branchheads only [DEPRECATED]')),
+           _('show active branchheads only (DEPRECATED)')),
           ('c', 'closed', False,
            _('show normal and closed branch heads')),
          ] + templateopts,