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