comparison hgext/children.py @ 8028:3aaca5901ade

expand "rev" to "revision" in help texts
author Martin Geisler <mg@lazybytes.net>
date Tue, 07 Apr 2009 23:06:50 +0200
parents 683d8ebcf434
children 5ec526c1a32f
comparison
equal deleted inserted replaced
8027:9c7ca86fc658 8028:3aaca5901ade
33 33
34 34
35 cmdtable = { 35 cmdtable = {
36 "children": 36 "children":
37 (children, 37 (children,
38 [('r', 'rev', '', _('show children of the specified rev')), 38 [('r', 'rev', '', _('show children of the specified revision')),
39 ] + templateopts, 39 ] + templateopts,
40 _('hg children [-r REV] [FILE]')), 40 _('hg children [-r REV] [FILE]')),
41 } 41 }