Submitter | phabricator |
---|---|
Date | Oct. 31, 2017, 2:42 a.m. |
Message ID | <e87ab49d3268ecb7e01706c3e9e2bf2b@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25313/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/children.py b/hgext/children.py --- a/hgext/children.py +++ b/hgext/children.py @@ -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`.