hgext/children.py
changeset 8225 46293a0c7e9f
parent 8076 5ec526c1a32f
child 8228 eee2319c5895
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     2 #
     2 #
     3 # Copyright 2007 by Intevation GmbH <intevation@intevation.de>
     3 # Copyright 2007 by Intevation GmbH <intevation@intevation.de>
     4 # Author(s):
     4 # Author(s):
     5 # Thomas Arendsen Hein <thomas@intevation.de>
     5 # Thomas Arendsen Hein <thomas@intevation.de>
     6 #
     6 #
     7 # This software may be used and distributed according to the terms
     7 # This software may be used and distributed according to the terms of the
     8 # of the GNU General Public License, incorporated herein by reference.
     8 # GNU General Public License version 2, incorporated herein by reference.
     9 
     9 
    10 from mercurial import cmdutil
    10 from mercurial import cmdutil
    11 from mercurial.commands import templateopts
    11 from mercurial.commands import templateopts
    12 from mercurial.i18n import _
    12 from mercurial.i18n import _
    13 
    13