mercurial/localrepo.py
changeset 30377 2019fbdab075
parent 30376 f84fc6a92817
child 30492 77cd647b04ac
--- a/mercurial/localrepo.py	Thu Nov 10 02:13:19 2016 -0800
+++ b/mercurial/localrepo.py	Thu Nov 10 02:13:19 2016 -0800
@@ -508,7 +508,7 @@
         # This is a temporary function while we migrate from manifest to
         # manifestlog. It allows bundlerepo and unionrepo to intercept the
         # manifest creation.
-        return manifest.manifest(self.svfs)
+        return manifest.manifestrevlog(self.svfs)
 
     @storecache('00manifest.i')
     def manifestlog(self):