Show More
@@ -172,7 +172,7 class phasecache(object): | |||
|
172 | 172 | |
|
173 | 173 | def replace(self, phcache): |
|
174 | 174 | """replace all values in 'self' with content of phcache""" |
|
175 |
for a in 'phaseroots |
|
|
175 | for a in ('phaseroots', 'dirty', 'opener', '_phaserevs', '_phasesets'): | |
|
176 | 176 | setattr(self, a, getattr(phcache, a)) |
|
177 | 177 | |
|
178 | 178 | def _getphaserevsnative(self, repo): |
General Comments 0
You need to be logged in to leave comments.
Login now