##// END OF EJS Templates
phase: invalidate the phase's set cache alongside the revs...
Pierre-Yves David -
r25593:9e551f15 default
parent child Browse files
Show More
@@ -209,6 +209,7 b' class phasecache(object):'
209
209
210 def invalidate(self):
210 def invalidate(self):
211 self._phaserevs = None
211 self._phaserevs = None
212 self._phasesets = None
212
213
213 def _populatephaseroots(self, repo):
214 def _populatephaseroots(self, repo):
214 """Fills the _phaserevs cache with phases for the roots.
215 """Fills the _phaserevs cache with phases for the roots.
General Comments 0
You need to be logged in to leave comments. Login now