changeset 8312 | b87a50b7125c |
parent 8260 | 54a4b520bd7d |
child 9198 | 061eeb602354 |
--- a/mercurial/bundlerepo.py Thu May 07 15:08:25 2009 +0300 +++ b/mercurial/bundlerepo.py Tue Apr 28 17:40:46 2009 +0200 @@ -13,7 +13,8 @@ from node import nullid from i18n import _ -import changegroup, util, os, struct, bz2, zlib, tempfile, shutil, mdiff +import os, struct, bz2, zlib, tempfile, shutil +import changegroup, util, mdiff import localrepo, changelog, manifest, filelog, revlog, error class bundlerevlog(revlog.revlog):