mercurial/commands.py
changeset 9606 69f8ac71ded1
parent 9605 3194227a4158
child 9617 fafd653134d0
--- a/mercurial/commands.py	Mon Oct 19 00:22:49 2009 -0500
+++ b/mercurial/commands.py	Mon Oct 19 00:36:52 2009 -0500
@@ -3491,7 +3491,7 @@
           ('n', 'newest-first', None, _('show newest record first')),
          ] + logopts + remoteopts,
          _('[-M] [-p] [-n] [-f] [-r REV]... [DEST]')),
-    "^parents":
+    "parents":
         (parents,
          [('r', 'rev', '', _('show parents from the specified revision')),
          ] + templateopts,