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