children: use hg reST role for example
authorMartin Geisler <mg@lazybytes.net>
Fri, 11 May 2012 13:42:37 +0200
changeset 16670 052047753f7d
parent 16669 766bbe587545
child 16671 05b55f5ff8d1
children: use hg reST role for example
hgext/children.py
--- 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