changeset 14158 | d8ba6fb2ce15 |
parent 14144 | 3c3c53d8343a |
child 14161 | 8a0fca925992 |
--- a/mercurial/bundlerepo.py Mon May 02 01:29:51 2011 +0900 +++ b/mercurial/bundlerepo.py Sun May 01 13:08:29 2011 -0500 @@ -13,7 +13,7 @@ from node import nullid from i18n import _ -import os, struct, tempfile, shutil +import os, tempfile, shutil import changegroup, util, mdiff, discovery import localrepo, changelog, manifest, filelog, revlog, error