comparison 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
comparison
equal deleted inserted replaced
11775:a8614c5a5e9a 11780:3cdd6fdc3d9e
4175 (heads, 4175 (heads,
4176 [('r', 'rev', '', 4176 [('r', 'rev', '',
4177 _('show only heads which are descendants of REV'), _('REV')), 4177 _('show only heads which are descendants of REV'), _('REV')),
4178 ('t', 'topo', False, _('show topological heads only')), 4178 ('t', 'topo', False, _('show topological heads only')),
4179 ('a', 'active', False, 4179 ('a', 'active', False,
4180 _('show active branchheads only [DEPRECATED]')), 4180 _('show active branchheads only (DEPRECATED)')),
4181 ('c', 'closed', False, 4181 ('c', 'closed', False,
4182 _('show normal and closed branch heads')), 4182 _('show normal and closed branch heads')),
4183 ] + templateopts, 4183 ] + templateopts,
4184 _('[-ac] [-r REV] [REV]...')), 4184 _('[-ac] [-r REV] [REV]...')),
4185 "help": (help_, [], _('[TOPIC]')), 4185 "help": (help_, [], _('[TOPIC]')),