diff --git a/hgext/children.py b/hgext/children.py --- a/hgext/children.py +++ b/hgext/children.py @@ -35,7 +35,7 @@ testedwith = 'ships-with-hg-core' @command('children', - [('r', 'rev', '', + [('r', 'rev', '.', _('show children of the specified revision'), _('REV')), ] + templateopts, _('hg children [-r REV] [FILE]'),