mercurial/commands.py
changeset 11780 3cdd6fdc3d9e
parent 11718 3e979f47a4c9
parent 11777 9299b98041e8
child 11837 b9d316bcc013
--- a/mercurial/commands.py	Thu Jul 15 18:10:05 2010 +0200
+++ b/mercurial/commands.py	Wed Aug 11 12:30:18 2010 +0200
@@ -4177,7 +4177,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,