Show More
@@ -325,7 +325,8 b' class bundlerepository(localrepo.localre' | |||
|
325 | 325 | self.bundle.seek(self.manstart) |
|
326 | 326 | # consume the header if it exists |
|
327 | 327 | self.bundle.manifestheader() |
|
328 | m = bundlemanifest(self.svfs, self.bundle, self.changelog.rev) | |
|
328 | linkmapper = self.unfiltered().changelog.rev | |
|
329 | m = bundlemanifest(self.svfs, self.bundle, linkmapper) | |
|
329 | 330 | # XXX: hack to work with changegroup3, but we still don't handle |
|
330 | 331 | # tree manifests correctly |
|
331 | 332 | if self.bundle.version == "03": |
General Comments 0
You need to be logged in to leave comments.
Login now