##// END OF EJS Templates
bundlerepo: drop struct
Matt Mackall -
r14158:d8ba6fb2 default
parent child Browse files
Show More
@@ -13,7 +13,7 b' were part of the actual repository.'
13
13
14 from node import nullid
14 from node import nullid
15 from i18n import _
15 from i18n import _
16 import os, struct, tempfile, shutil
16 import os, tempfile, shutil
17 import changegroup, util, mdiff, discovery
17 import changegroup, util, mdiff, discovery
18 import localrepo, changelog, manifest, filelog, revlog, error
18 import localrepo, changelog, manifest, filelog, revlog, error
19
19
General Comments 0
You need to be logged in to leave comments. Login now