diff 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
line wrap: on
line diff
--- 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]')),
 }