##// END OF EJS Templates
phase: document the replace method...
Pierre-Yves David -
r25613:a13c18c1 default
parent child Browse files
Show More
@@ -171,6 +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 """replace all values in 'self' with content of phcache"""
174 for a in 'phaseroots dirty opener _phaserevs _phasesets'.split():
175 for a in 'phaseroots dirty opener _phaserevs _phasesets'.split():
175 setattr(self, a, getattr(phcache, a))
176 setattr(self, a, getattr(phcache, a))
176
177
General Comments 0
You need to be logged in to leave comments. Login now