##// END OF EJS Templates
children: use hg reST role for example
Martin Geisler -
r16670:05204775 default
parent child Browse files
Show More
@@ -10,8 +10,8 b''
10
10
11 '''command to display child changesets (DEPRECATED)
11 '''command to display child changesets (DEPRECATED)
12
12
13 This extension is deprecated. You should use `hg log -r "children($revision)"`
13 This extension is deprecated. You should use :hg:`log -r
14 instead.
14 "children(REV)"` instead.
15 '''
15 '''
16
16
17 from mercurial import cmdutil
17 from mercurial import cmdutil
General Comments 0
You need to be logged in to leave comments. Login now