hgext/children.py
changeset 8028 3aaca5901ade
parent 8026 683d8ebcf434
child 8076 5ec526c1a32f
--- 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]')),
 }