hg
branchstable
changeset 10263 25e572394f5c
parent 8225 46293a0c7e9f
child 12661 10da5a1f25dd
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     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 of the
     7 # This software may be used and distributed according to the terms of the
     8 # GNU General Public License version 2, incorporated herein by reference.
     8 # GNU General Public License version 2 or any later version.
     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: