hgext/children.py
changeset 8934 9dda4c73fc3b
parent 8894 868670dbc237
child 9055 8da4e1d5bef2
equal deleted inserted replaced
8933:6176ca261f86 8934:9dda4c73fc3b
     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, incorporated herein by reference.
    10 
    10 
    11 '''display children 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
    15 from mercurial.i18n import _
    15 from mercurial.i18n import _
    16 
    16