Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 9606:69f8ac71ded1
Remove parents from default help in favor of summary
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 19 Oct 2009 00:36:52 -0500 |
parents | 3194227a4158 |
children | fafd653134d0 |
comparison
equal
deleted
inserted
replaced
9605:3194227a4158 | 9606:69f8ac71ded1 |
---|---|
3489 ('r', 'rev', [], | 3489 ('r', 'rev', [], |
3490 _('a specific revision up to which you would like to push')), | 3490 _('a specific revision up to which you would like to push')), |
3491 ('n', 'newest-first', None, _('show newest record first')), | 3491 ('n', 'newest-first', None, _('show newest record first')), |
3492 ] + logopts + remoteopts, | 3492 ] + logopts + remoteopts, |
3493 _('[-M] [-p] [-n] [-f] [-r REV]... [DEST]')), | 3493 _('[-M] [-p] [-n] [-f] [-r REV]... [DEST]')), |
3494 "^parents": | 3494 "parents": |
3495 (parents, | 3495 (parents, |
3496 [('r', 'rev', '', _('show parents from the specified revision')), | 3496 [('r', 'rev', '', _('show parents from the specified revision')), |
3497 ] + templateopts, | 3497 ] + templateopts, |
3498 _('[-r REV] [FILE]')), | 3498 _('[-r REV] [FILE]')), |
3499 "paths": (paths, [], _('[NAME]')), | 3499 "paths": (paths, [], _('[NAME]')), |