diff -r 58d4ecdc531e -r 426d931e5db2 mercurial/localrepo.py --- 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,6 +504,10 @@ def manifest(self): return manifest.manifest(self.svfs) + @storecache('00manifest.i') + def manifestlog(self): + return manifest.manifestlog(self.svfs, self.manifest) + @repofilecache('dirstate') def dirstate(self): return dirstate.dirstate(self.vfs, self.ui, self.root,