hgext/children.py
changeset 16670 052047753f7d
parent 16668 f393d20fb2ba
child 16743 38caf405d010
--- a/hgext/children.py	Fri May 11 04:42:29 2012 -0500
+++ b/hgext/children.py	Fri May 11 13:42:37 2012 +0200
@@ -10,8 +10,8 @@
 
 '''command to display child changesets (DEPRECATED)
 
-This extension is deprecated. You should use `hg log -r "children($revision)"`
-instead.
+This extension is deprecated. You should use :hg:`log -r
+"children(REV)"` instead.
 '''
 
 from mercurial import cmdutil