equal
deleted
inserted
replaced
372 self._cgunpacker.manifestheader() |
372 self._cgunpacker.manifestheader() |
373 linkmapper = self.unfiltered().changelog.rev |
373 linkmapper = self.unfiltered().changelog.rev |
374 rootstore = bundlemanifest(self.svfs, self._cgunpacker, linkmapper) |
374 rootstore = bundlemanifest(self.svfs, self._cgunpacker, linkmapper) |
375 self.filestart = self._cgunpacker.tell() |
375 self.filestart = self._cgunpacker.tell() |
376 |
376 |
377 return manifest.manifestlog(self.svfs, self, rootstore) |
377 return manifest.manifestlog(self.svfs, self, rootstore, |
|
378 self.narrowmatch()) |
378 |
379 |
379 def _consumemanifest(self): |
380 def _consumemanifest(self): |
380 """Consumes the manifest portion of the bundle, setting filestart so the |
381 """Consumes the manifest portion of the bundle, setting filestart so the |
381 file portion can be read.""" |
382 file portion can be read.""" |
382 self._cgunpacker.seek(self.manstart) |
383 self._cgunpacker.seek(self.manstart) |