##// END OF EJS Templates
children: fix the log expansion of `hg children` in doc...
Pulkit Goyal -
r34946:d2554ef0 stable
parent child Browse files
Show More
@@ -49,7 +49,7 b' def children(ui, repo, file_=None, **opt'
49
49
50 Please use :hg:`log` instead::
50 Please use :hg:`log` instead::
51
51
52 hg children => hg log -r "children()"
52 hg children => hg log -r "children(.)"
53 hg children -r REV => hg log -r "children(REV)"
53 hg children -r REV => hg log -r "children(REV)"
54
54
55 See :hg:`help log` and :hg:`help revsets.children`.
55 See :hg:`help log` and :hg:`help revsets.children`.
General Comments 0
You need to be logged in to leave comments. Login now