Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 1475:d791c335fb7b
Elevate parents to a "common" command in help
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 27 Oct 2005 13:49:15 -0700 |
parents | 3c909a747d7f |
children | a4ba63e04134 |
comparison
equal
deleted
inserted
replaced
1474:1e47f6fc0fdc | 1475:d791c335fb7b |
---|---|
2267 "outgoing|out": (outgoing, | 2267 "outgoing|out": (outgoing, |
2268 [('M', 'no-merges', None, _("do not show merges")), | 2268 [('M', 'no-merges', None, _("do not show merges")), |
2269 ('p', 'patch', None, _('show patch')), | 2269 ('p', 'patch', None, _('show patch')), |
2270 ('n', 'newest-first', None, _('show newest record first'))], | 2270 ('n', 'newest-first', None, _('show newest record first'))], |
2271 _('hg outgoing [-p] [-n] [-M] [DEST]')), | 2271 _('hg outgoing [-p] [-n] [-M] [DEST]')), |
2272 "parents": (parents, [], _('hg parents [REV]')), | 2272 "^parents": (parents, [], _('hg parents [REV]')), |
2273 "paths": (paths, [], _('hg paths [NAME]')), | 2273 "paths": (paths, [], _('hg paths [NAME]')), |
2274 "^pull": | 2274 "^pull": |
2275 (pull, | 2275 (pull, |
2276 [('u', 'update', None, _('update the working directory to tip after pull')), | 2276 [('u', 'update', None, _('update the working directory to tip after pull')), |
2277 ('e', 'ssh', "", _('specify ssh command to use')), | 2277 ('e', 'ssh', "", _('specify ssh command to use')), |