diff -r 9c7ca86fc658 -r 3aaca5901ade hgext/children.py --- a/hgext/children.py Tue Apr 07 22:58:05 2009 +0200 +++ b/hgext/children.py Tue Apr 07 23:06:50 2009 +0200 @@ -35,7 +35,7 @@ cmdtable = { "children": (children, - [('r', 'rev', '', _('show children of the specified rev')), + [('r', 'rev', '', _('show children of the specified revision')), ] + templateopts, _('hg children [-r REV] [FILE]')), }