changeset 16670:052047753f7d

children: use hg reST role for example
author Martin Geisler <mg@lazybytes.net>
date Fri, 11 May 2012 13:42:37 +0200
parents 766bbe587545
children 05b55f5ff8d1
files hgext/children.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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