Show More
@@ -326,7 +326,7 b' class phasecache(object):' | |||||
326 |
|
326 | |||
327 | def _write(self, fp): |
|
327 | def _write(self, fp): | |
328 | for phase, roots in enumerate(self.phaseroots): |
|
328 | for phase, roots in enumerate(self.phaseroots): | |
329 | for h in roots: |
|
329 | for h in sorted(roots): | |
330 | fp.write('%i %s\n' % (phase, hex(h))) |
|
330 | fp.write('%i %s\n' % (phase, hex(h))) | |
331 | self.dirty = False |
|
331 | self.dirty = False | |
332 |
|
332 |
General Comments 0
You need to be logged in to leave comments.
Login now