D1269: children: fix the log expansion of `hg children` in doc

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Mon Oct 30 22:42:22 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGd2554ef04d26: children: fix the log expansion of `hg children` in doc (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1269?vs=3163&id=3164

REVISION DETAIL
  https://phab.mercurial-scm.org/D1269

AFFECTED FILES
  hgext/children.py

CHANGE DETAILS

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`.



To: pulkit, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list