##// END OF EJS Templates
phase: put retractboundary out of the loop in advanceboundary...
Boris Feld -
r33449:5747967e default
parent child Browse files
Show More
@@ -301,9 +301,9 b' class phasecache(object):'
301 self._updateroots(phase, roots, tr)
301 self._updateroots(phase, roots, tr)
302 # some roots may need to be declared for lower phases
302 # some roots may need to be declared for lower phases
303 delroots.extend(olds - roots)
303 delroots.extend(olds - roots)
304 # declare deleted root in the target phase
304 # declare deleted root in the target phase
305 if targetphase != 0:
305 if targetphase != 0:
306 self.retractboundary(repo, tr, targetphase, delroots)
306 self.retractboundary(repo, tr, targetphase, delroots)
307 repo.invalidatevolatilesets()
307 repo.invalidatevolatilesets()
308
308
309 def retractboundary(self, repo, tr, targetphase, nodes):
309 def retractboundary(self, repo, tr, targetphase, nodes):
General Comments 0
You need to be logged in to leave comments. Login now