hgext/children.py
branchstable
changeset 34945 d2554ef04d26
parent 32375 04baab18d60a
child 34973 11a372d80496
equal deleted inserted replaced
34944:bf2db35a6fe7 34945:d2554ef04d26
    47     file was last changed (after the working directory revision or the
    47     file was last changed (after the working directory revision or the
    48     argument to --rev if given) is printed.
    48     argument to --rev if given) is printed.
    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`.
    56 
    56 
    57     """
    57     """