comparison mercurial/commands.py @ 10326:8b90e2966219

commands: deprecate the heads -a option Hopefully we can remove it entirely in two releases or so.
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 06 Feb 2010 11:28:03 +0100
parents d117089386e2
children 0798a3d5f812
comparison
equal deleted inserted replaced
10325:bc72e21f9dc8 10326:8b90e2966219
3490 _('[OPTION]... PATTERN [FILE]...')), 3490 _('[OPTION]... PATTERN [FILE]...')),
3491 "heads": 3491 "heads":
3492 (heads, 3492 (heads,
3493 [('r', 'rev', '', _('show only heads which are descendants of REV')), 3493 [('r', 'rev', '', _('show only heads which are descendants of REV')),
3494 ('a', 'active', False, 3494 ('a', 'active', False,
3495 _('show only the active branch heads from open branches')), 3495 _('show active branchheads only [DEPRECATED]')),
3496 ('c', 'closed', False, 3496 ('c', 'closed', False,
3497 _('show normal and closed branch heads')), 3497 _('show normal and closed branch heads')),
3498 ] + templateopts, 3498 ] + templateopts,
3499 _('[-ac] [-r STARTREV] [REV]...')), 3499 _('[-ac] [-r STARTREV] [REV]...')),
3500 "help": (help_, [], _('[TOPIC]')), 3500 "help": (help_, [], _('[TOPIC]')),