comparison mercurial/commands.py @ 16871:d566aa319d5f

merge with stable
author Matt Mackall <mpm@selenic.com>
date Mon, 04 Jun 2012 17:57:57 -0500
parents 54b03085065f 00e1e40d709c
children 2255950e1f76
comparison
equal deleted inserted replaced
16870:54b03085065f 16871:d566aa319d5f
3002 _('show only heads which are descendants of STARTREV'), _('STARTREV')), 3002 _('show only heads which are descendants of STARTREV'), _('STARTREV')),
3003 ('t', 'topo', False, _('show topological heads only')), 3003 ('t', 'topo', False, _('show topological heads only')),
3004 ('a', 'active', False, _('show active branchheads only (DEPRECATED)')), 3004 ('a', 'active', False, _('show active branchheads only (DEPRECATED)')),
3005 ('c', 'closed', False, _('show normal and closed branch heads')), 3005 ('c', 'closed', False, _('show normal and closed branch heads')),
3006 ] + templateopts, 3006 ] + templateopts,
3007 _('[-ac] [-r STARTREV] [REV]...')) 3007 _('[-ct] [-r STARTREV] [REV]...'))
3008 def heads(ui, repo, *branchrevs, **opts): 3008 def heads(ui, repo, *branchrevs, **opts):
3009 """show current repository heads or show branch heads 3009 """show current repository heads or show branch heads
3010 3010
3011 With no arguments, show all repository branch heads. 3011 With no arguments, show all repository branch heads.
3012 3012