# HG changeset patch # User Ori Avtalion # Date 1243011473 -7200 # Node ID 48dd8a93d6dbe8249e4768a2e4a8a794538c3e94 # Parent 9f0d085469c53401ecea64d4a3691a119ac19116 commands: standardize parents command meta data diff -r 9f0d085469c5 -r 48dd8a93d6db 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,