mercurial/context.py
changeset 29827 a22b3de3b65a
parent 29527 576ff900fcc7
child 29889 6f447b9ec263
--- a/mercurial/context.py	Wed Aug 17 13:25:13 2016 -0700
+++ b/mercurial/context.py	Wed Aug 17 13:25:13 2016 -0700
@@ -528,7 +528,7 @@
 
     @propertycache
     def _manifest(self):
-        return self._repo.manifest.read(self._changeset.manifest)
+        return self._repo.manifestlog[self._changeset.manifest]
 
     @propertycache
     def _manifestdelta(self):