Show More
@@ -541,7 +541,10 b' class changectx(basectx):' | |||||
541 |
|
541 | |||
542 | @propertycache |
|
542 | @propertycache | |
543 | def _manifestdelta(self): |
|
543 | def _manifestdelta(self): | |
544 |
|
|
544 | base, delta = self._manifestctx.read_any_fast_delta() | |
|
545 | if base is None: | |||
|
546 | self._manifest = delta | |||
|
547 | return delta | |||
545 |
|
548 | |||
546 | @propertycache |
|
549 | @propertycache | |
547 | def _parents(self): |
|
550 | def _parents(self): |
General Comments 0
You need to be logged in to leave comments.
Login now