mercurial/bundlerepo.py
changeset 41038 3913223417ea
parent 40052 55db747a21ad
child 42510 3472a3f9d785
--- a/mercurial/bundlerepo.py	Sat Dec 22 00:05:39 2018 -0500
+++ b/mercurial/bundlerepo.py	Mon Dec 03 22:22:23 2018 -0800
@@ -374,7 +374,8 @@
         rootstore = bundlemanifest(self.svfs, self._cgunpacker, linkmapper)
         self.filestart = self._cgunpacker.tell()
 
-        return manifest.manifestlog(self.svfs, self, rootstore)
+        return manifest.manifestlog(self.svfs, self, rootstore,
+                                    self.narrowmatch())
 
     def _consumemanifest(self):
         """Consumes the manifest portion of the bundle, setting filestart so the