Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 11180:4b02fc71bbba
Fix hg heads -r flag documentation
The command arguments are "[-ac] [-r STARTREV] [REV]..."
author | Ori Avtalion <ori@avtalion.name> |
---|---|
date | Sat, 15 May 2010 00:34:07 +0300 |
parents | aad0c319b96e |
children | 6e65b451b62e |
comparison
equal
deleted
inserted
replaced
11179:aad0c319b96e | 11180:4b02fc71bbba |
---|---|
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')), |