diff -r 1e47f6fc0fdc -r d791c335fb7b mercurial/commands.py --- 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,