comparison mercurial/commands.py @ 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 52e4ac3e63f7
children 3cdd6fdc3d9e 53fdc0989047
comparison
equal deleted inserted replaced
11776:13921a1af02b 11777:9299b98041e8
4185 (heads, 4185 (heads,
4186 [('r', 'rev', '', 4186 [('r', 'rev', '',
4187 _('show only heads which are descendants of REV'), _('REV')), 4187 _('show only heads which are descendants of REV'), _('REV')),
4188 ('t', 'topo', False, _('show topological heads only')), 4188 ('t', 'topo', False, _('show topological heads only')),
4189 ('a', 'active', False, 4189 ('a', 'active', False,
4190 _('show active branchheads only [DEPRECATED]')), 4190 _('show active branchheads only (DEPRECATED)')),
4191 ('c', 'closed', False, 4191 ('c', 'closed', False,
4192 _('show normal and closed branch heads')), 4192 _('show normal and closed branch heads')),
4193 ] + templateopts, 4193 ] + templateopts,
4194 _('[-ac] [-r REV] [REV]...')), 4194 _('[-ac] [-r REV] [REV]...')),
4195 "help": (help_, [], _('[TOPIC]')), 4195 "help": (help_, [], _('[TOPIC]')),