equal
deleted
inserted
replaced
2595 b'data': data, |
2595 b'data': data, |
2596 b'date': date, |
2596 b'date': date, |
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( |
2603 self._repo, path, parent=self, filelog=filelog |
2604 self._repo, path, parent=self, filelog=filelog |
2604 ) |
2605 ) |