hg
changeset 8225 46293a0c7e9f
parent 7672 523c7816c33a
child 10263 25e572394f5c
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     2 #
     2 #
     3 # mercurial - scalable distributed SCM
     3 # mercurial - scalable distributed SCM
     4 #
     4 #
     5 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     5 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     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 # enable importing on demand to reduce startup time
    10 # enable importing on demand to reduce startup time
    11 try:
    11 try:
    12     from mercurial import demandimport; demandimport.enable()
    12     from mercurial import demandimport; demandimport.enable()
    13 except ImportError:
    13 except ImportError: