mercurial/context.py
changeset 29915 548fa75cdb07
parent 29909 b60a5fe98b73
child 29926 be16091ac14d
--- a/mercurial/context.py	Sun Aug 21 12:36:23 2016 +0900
+++ b/mercurial/context.py	Sat Sep 10 01:41:38 2016 +0200
@@ -528,7 +528,7 @@
 
     @propertycache
     def _manifest(self):
-        return self._repo.manifestlog[self._changeset.manifest].read()
+        return self._repo.manifestlog[self._changeset.manifest]
 
     @propertycache
     def _manifestdelta(self):