equal
deleted
inserted
replaced
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") |