##// END OF EJS Templates
help: drop -a from heads syntax summary (issue3483)
Matt Mackall -
r16869:00e1e40d stable
parent child Browse files
Show More
@@ -2950,7 +2950,7 def grep(ui, repo, pattern, *pats, **opt
2950 ('a', 'active', False, _('show active branchheads only (DEPRECATED)')),
2950 ('a', 'active', False, _('show active branchheads only (DEPRECATED)')),
2951 ('c', 'closed', False, _('show normal and closed branch heads')),
2951 ('c', 'closed', False, _('show normal and closed branch heads')),
2952 ] + templateopts,
2952 ] + templateopts,
2953 _('[-ac] [-r STARTREV] [REV]...'))
2953 _('[-ct] [-r STARTREV] [REV]...'))
2954 def heads(ui, repo, *branchrevs, **opts):
2954 def heads(ui, repo, *branchrevs, **opts):
2955 """show current repository heads or show branch heads
2955 """show current repository heads or show branch heads
2956
2956
General Comments 0
You need to be logged in to leave comments. Login now