mercurial/localrepo.py
changeset 29826 93b44aa17691
parent 29825 426d931e5db2
child 29883 0c8c388c7d62
--- a/mercurial/localrepo.py	Wed Aug 17 13:25:13 2016 -0700
+++ b/mercurial/localrepo.py	Wed Aug 17 13:25:13 2016 -0700
@@ -504,9 +504,9 @@
     def manifest(self):
         return manifest.manifest(self.svfs)
 
-    @storecache('00manifest.i')
+    @property
     def manifestlog(self):
-        return manifest.manifestlog(self.svfs, self.manifest)
+        return manifest.manifestlog(self.svfs, self)
 
     @repofilecache('dirstate')
     def dirstate(self):