##// END OF EJS Templates
context: add missing manifest invalidation after write in overlayworkingctx...
Augie Fackler -
r47144:bc3f3b59 default
parent child Browse files
Show More
@@ -2597,6 +2597,7 b' class overlayworkingctx(committablectx):'
2597 b'flags': flags,
2597 b'flags': flags,
2598 b'copied': copied,
2598 b'copied': copied,
2599 }
2599 }
2600 util.clearcachedproperty(self, b'_manifest')
2600
2601
2601 def filectx(self, path, filelog=None):
2602 def filectx(self, path, filelog=None):
2602 return overlayworkingfilectx(
2603 return overlayworkingfilectx(
General Comments 0
You need to be logged in to leave comments. Login now