##// END OF EJS Templates
phase: also overwrite phase's sets when replacing a phasecache...
Pierre-Yves David -
r25594:18632130 default
parent child Browse files
Show More
@@ -171,7 +171,7 b' class phasecache(object):'
171 return ph
171 return ph
172
172
173 def replace(self, phcache):
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 setattr(self, a, getattr(phcache, a))
175 setattr(self, a, getattr(phcache, a))
176
176
177 def _getphaserevsnative(self, repo):
177 def _getphaserevsnative(self, repo):
General Comments 0
You need to be logged in to leave comments. Login now