Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Oct 27 13:48:00 2005 -0700 +++ b/mercurial/commands.py Thu Oct 27 13:49:15 2005 -0700 @@ -2269,7 +2269,7 @@ ('p', 'patch', None, _('show patch')), ('n', 'newest-first', None, _('show newest record first'))], _('hg outgoing [-p] [-n] [-M] [DEST]')), - "parents": (parents, [], _('hg parents [REV]')), + "^parents": (parents, [], _('hg parents [REV]')), "paths": (paths, [], _('hg paths [NAME]')), "^pull": (pull,