diff mercurial/commands.py @ 11780:3cdd6fdc3d9e

Merge with stable
author Martin Geisler <mg@aragost.com>
date Wed, 11 Aug 2010 12:30:18 +0200
parents 3e979f47a4c9 9299b98041e8
children b9d316bcc013
line wrap: on
line diff
--- 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,