##// END OF EJS Templates
context: do not cache manifestctx...
Jun Wu -
r32519:6ae068f8 default
parent child Browse files
Show More
@@ -551,7 +551,7 b' class changectx(basectx):'
551 def _manifest(self):
551 def _manifest(self):
552 return self._manifestctx.read()
552 return self._manifestctx.read()
553
553
554 @propertycache
554 @property
555 def _manifestctx(self):
555 def _manifestctx(self):
556 return self._repo.manifestlog[self._changeset.manifest]
556 return self._repo.manifestlog[self._changeset.manifest]
557
557
@@ -2314,7 +2314,7 b' class metadataonlyctx(committablectx):'
2314 def manifestnode(self):
2314 def manifestnode(self):
2315 return self._manifestnode
2315 return self._manifestnode
2316
2316
2317 @propertycache
2317 @property
2318 def _manifestctx(self):
2318 def _manifestctx(self):
2319 return self._repo.manifestlog[self._manifestnode]
2319 return self._repo.manifestlog[self._manifestnode]
2320
2320
@@ -47,6 +47,4 b" wcctx._status=<status modified=['bar-m']"
47 == commit with manifestlog invalidated
47 == commit with manifestlog invalidated
48 commit 1: 2efe531a913fa648867ab8824360371679d05a65
48 commit 1: 2efe531a913fa648867ab8824360371679d05a65
49 commit 2: 2caca91f6362020334384ebe27bae67315298abf
49 commit 2: 2caca91f6362020334384ebe27bae67315298abf
50 cannot read data: LookupError('Q\xa3L\xa5Ou\x8f\xce8\xda<Q\x7f\x9f(\xc9;Li/', '00manifest.i', 'no node')
51 commit 3: abd6b0f49f338be22b094ef2b7425e8048f8337b
50 commit 3: abd6b0f49f338be22b094ef2b7425e8048f8337b
52 cannot read data: LookupError("\x82\x15\xb8\xd3\x85\xf6H'\x9cP'D\x97\x1e\xab\x98O\xbb\x05\x9d", '00manifest.i', 'no node')
General Comments 0
You need to be logged in to leave comments. Login now