##// END OF EJS Templates
merge with stable
Matt Mackall -
r16871:d566aa31 merge default
parent child Browse files
Show More
@@ -3004,7 +3004,7 b' def grep(ui, repo, pattern, *pats, **opt'
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
General Comments 0
You need to be logged in to leave comments. Login now