Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 2475:7a77934ece46
merge with crew.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Wed, 21 Jun 2006 09:32:31 -0700 |
parents | 1e32e2fe8a67 6904e1ef8ad1 |
children | 287b7da4aeaa |
line wrap: on
line diff
--- a/mercurial/localrepo.py Wed Jun 21 09:28:48 2006 -0700 +++ b/mercurial/localrepo.py Wed Jun 21 09:32:31 2006 -0700 @@ -5,14 +5,13 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -import os, util -import filelog, manifest, changelog, dirstate, repo from node import * from i18n import gettext as _ from demandload import * demandload(globals(), "appendfile changegroup") +demandload(globals(), "changelog dirstate filelog manifest repo") demandload(globals(), "re lock transaction tempfile stat mdiff errno ui") -demandload(globals(), "revlog") +demandload(globals(), "os revlog util") class localrepository(object): capabilities = ()