Show More
@@ -3004,7 +3004,7 b' def grep(ui, repo, pattern, *pats, **opt' | |||
|
3004 | 3004 | ('a', 'active', False, _('show active branchheads only (DEPRECATED)')), |
|
3005 | 3005 | ('c', 'closed', False, _('show normal and closed branch heads')), |
|
3006 | 3006 | ] + templateopts, |
|
3007 |
_('[- |
|
|
3007 | _('[-ct] [-r STARTREV] [REV]...')) | |
|
3008 | 3008 | def heads(ui, repo, *branchrevs, **opts): |
|
3009 | 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