mercurial/hg.py
changeset 1094 221b5252864c
parent 1093 1f1661c58283
child 1101 2cf5c8a4eae5
equal deleted inserted replaced
1093:1f1661c58283 1094:221b5252864c
     3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 import os
       
     9 import util
     8 import util
    10 from node import *
     9 from node import *
    11 from repo import *
    10 from repo import *
    12 from demandload import *
    11 from demandload import *
    13 demandload(globals(), "localrepo httprepo sshrepo")
    12 demandload(globals(), "localrepo httprepo sshrepo")