Show More
@@ -35,7 +35,7 b' command = registrar.command(cmdtable)' | |||||
35 | testedwith = 'ships-with-hg-core' |
|
35 | testedwith = 'ships-with-hg-core' | |
36 |
|
36 | |||
37 | @command('children', |
|
37 | @command('children', | |
38 | [('r', 'rev', '', |
|
38 | [('r', 'rev', '.', | |
39 | _('show children of the specified revision'), _('REV')), |
|
39 | _('show children of the specified revision'), _('REV')), | |
40 | ] + templateopts, |
|
40 | ] + templateopts, | |
41 | _('hg children [-r REV] [FILE]'), |
|
41 | _('hg children [-r REV] [FILE]'), |
General Comments 0
You need to be logged in to leave comments.
Login now