hgext/children.py
changeset 8026 683d8ebcf434
parent 7986 c756e695012a
child 8028 3aaca5901ade
equal deleted inserted replaced
8025:1280934dd2dd 8026:683d8ebcf434
    11 from mercurial.commands import templateopts
    11 from mercurial.commands import templateopts
    12 from mercurial.i18n import _
    12 from mercurial.i18n import _
    13 
    13 
    14 
    14 
    15 def children(ui, repo, file_=None, **opts):
    15 def children(ui, repo, file_=None, **opts):
    16     """show the children of the given or working dir revision
    16     """show the children of the given or working directory revision
    17 
    17 
    18     Print the children of the working directory's revisions. If a
    18     Print the children of the working directory's revisions. If a
    19     revision is given via --rev, the children of that revision will be
    19     revision is given via --rev, the children of that revision will be
    20     printed. If a file argument is given, revision in which the file
    20     printed. If a file argument is given, revision in which the file
    21     was last changed (after the working directory revision or the
    21     was last changed (after the working directory revision or the