mercurial/commands.py
branchstable
changeset 11777 9299b98041e8
parent 11692 52e4ac3e63f7
child 11780 3cdd6fdc3d9e
child 11836 53fdc0989047
--- 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,