Mercurial > hg
changeset 8544:48dd8a93d6db
commands: standardize parents command meta data
author | Ori Avtalion <ori@avtalion.name> |
---|---|
date | Fri, 22 May 2009 18:57:53 +0200 |
parents | 9f0d085469c5 |
children | 3682a19bb637 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,