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 |
_('[- |
|
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