diff -r bf2db35a6fe7 -r d2554ef04d26 hgext/children.py --- a/hgext/children.py Sun Oct 29 17:53:52 2017 +0900 +++ b/hgext/children.py Tue Oct 31 06:39:38 2017 +0530 @@ -49,7 +49,7 @@ Please use :hg:`log` instead:: - hg children => hg log -r "children()" + hg children => hg log -r "children(.)" hg children -r REV => hg log -r "children(REV)" See :hg:`help log` and :hg:`help revsets.children`.