commands: standardize parents command meta data
authorOri Avtalion <ori@avtalion.name>
Fri, 22 May 2009 18:57:53 +0200
changeset 8544 48dd8a93d6db
parent 8543 9f0d085469c5
child 8545 3682a19bb637
commands: standardize parents command meta data
mercurial/commands.py
--- a/mercurial/commands.py	Thu May 21 23:56:15 2009 +0200
+++ b/mercurial/commands.py	Fri May 22 18:57:53 2009 +0200
@@ -3332,7 +3332,7 @@
         (parents,
          [('r', 'rev', '', _('show parents from the specified revision')),
          ] + templateopts,
-         _('hg parents [-r REV] [FILE]')),
+         _('[-r REV] [FILE]')),
     "paths": (paths, [], _('[NAME]')),
     "^pull":
         (pull,