3821 ('a', 'active', False, |
3821 ('a', 'active', False, |
3822 _('show active branchheads only [DEPRECATED]')), |
3822 _('show active branchheads only [DEPRECATED]')), |
3823 ('c', 'closed', False, |
3823 ('c', 'closed', False, |
3824 _('show normal and closed branch heads')), |
3824 _('show normal and closed branch heads')), |
3825 ] + templateopts, |
3825 ] + templateopts, |
3826 _('[-ac] [-r STARTREV] [REV]...')), |
3826 _('[-ac] [-r REV] [REV]...')), |
3827 "help": (help_, [], _('[TOPIC]')), |
3827 "help": (help_, [], _('[TOPIC]')), |
3828 "identify|id": |
3828 "identify|id": |
3829 (identify, |
3829 (identify, |
3830 [('r', 'rev', '', _('identify the specified revision')), |
3830 [('r', 'rev', '', _('identify the specified revision')), |
3831 ('n', 'num', None, _('show local revision number')), |
3831 ('n', 'num', None, _('show local revision number')), |