hgext/children.py
changeset 8894 868670dbc237
parent 8873 e872ef2e6758
child 8934 9dda4c73fc3b
equal deleted inserted replaced
8893:cc0593af30d4 8894:868670dbc237
     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 '''provides children command to show children changesets'''
    11 '''display children 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