hgext/children.py
branchstable
changeset 10263 25e572394f5c
parent 9253 d6d811d90976
child 10264 d6512b3e9ac0
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     4 #
     4 #
     5 # Author(s):
     5 # Author(s):
     6 # Thomas Arendsen Hein <thomas@intevation.de>
     6 # Thomas Arendsen Hein <thomas@intevation.de>
     7 #
     7 #
     8 # This software may be used and distributed according to the terms of the
     8 # This software may be used and distributed according to the terms of the
     9 # GNU General Public License version 2, incorporated herein by reference.
     9 # GNU General Public License version 2 or any later version.
    10 
    10 
    11 '''command to display child changesets'''
    11 '''command to display child changesets'''
    12 
    12 
    13 from mercurial import cmdutil
    13 from mercurial import cmdutil
    14 from mercurial.commands import templateopts
    14 from mercurial.commands import templateopts