mercurial/statichttprepo.py
branchstable
changeset 30219 3c8811efdddc
parent 29738 c1696430254f
child 31147 e04ab2a5bf90
--- a/mercurial/statichttprepo.py	Tue Oct 18 17:32:51 2016 -0700
+++ b/mercurial/statichttprepo.py	Tue Oct 18 17:33:39 2016 -0700
@@ -155,7 +155,7 @@
         self._filecache = {}
         self.requirements = requirements
 
-        self.manifest = manifest.manifest(self.svfs)
+        self.manifestlog = manifest.manifestlog(self.svfs, self)
         self.changelog = changelog.changelog(self.svfs)
         self._tags = None
         self.nodetagscache = None