mercurial/commands.py
changeset 1475 d791c335fb7b
parent 1472 3c909a747d7f
child 1483 a4ba63e04134
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2269,7 +2269,7 @@ table = {
           ('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,