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