Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 3510:e1421a77427e
Corrected synopsis of hg heads
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 25 Oct 2006 08:11:17 +0200 |
parents | f4ab58d4ccd4 |
children | aa8f086cb141 |
comparison
equal
deleted
inserted
replaced
3509:9de0e64545a3 | 3510:e1421a77427e |
---|---|
2996 (heads, | 2996 (heads, |
2997 [('b', 'branches', None, _('show branches (DEPRECATED)')), | 2997 [('b', 'branches', None, _('show branches (DEPRECATED)')), |
2998 ('', 'style', '', _('display using template map file')), | 2998 ('', 'style', '', _('display using template map file')), |
2999 ('r', 'rev', '', _('show only heads which are descendants of rev')), | 2999 ('r', 'rev', '', _('show only heads which are descendants of rev')), |
3000 ('', 'template', '', _('display with template'))], | 3000 ('', 'template', '', _('display with template'))], |
3001 _('hg heads [-r <rev>]')), | 3001 _('hg heads [-r REV]')), |
3002 "help": (help_, [], _('hg help [COMMAND]')), | 3002 "help": (help_, [], _('hg help [COMMAND]')), |
3003 "identify|id": (identify, [], _('hg identify')), | 3003 "identify|id": (identify, [], _('hg identify')), |
3004 "import|patch": | 3004 "import|patch": |
3005 (import_, | 3005 (import_, |
3006 [('p', 'strip', 1, | 3006 [('p', 'strip', 1, |