Show More
@@ -463,11 +463,11 b' class phasecache:' | |||||
463 | def replace(self, phcache): |
|
463 | def replace(self, phcache): | |
464 | """replace all values in 'self' with content of phcache""" |
|
464 | """replace all values in 'self' with content of phcache""" | |
465 | for a in ( |
|
465 | for a in ( | |
466 |
|
|
466 | 'phaseroots', | |
467 |
|
|
467 | 'dirty', | |
468 |
|
|
468 | 'opener', | |
469 |
|
|
469 | '_loadedrevslen', | |
470 |
|
|
470 | '_phasesets', | |
471 | ): |
|
471 | ): | |
472 | setattr(self, a, getattr(phcache, a)) |
|
472 | setattr(self, a, getattr(phcache, a)) | |
473 |
|
473 |
General Comments 0
You need to be logged in to leave comments.
Login now