changeset 51400 | 68289ed170c7 |
parent 51093 | 8ec2de9c6770 |
child 51401 | 04111ef08fb0 |
--- a/mercurial/bundlerepo.py Tue Feb 20 17:17:54 2024 +0100 +++ b/mercurial/bundlerepo.py Tue Feb 20 17:18:15 2024 +0100 @@ -270,7 +270,7 @@ raise NotImplementedError def _updateroots(self, phase, newroots, tr): - self.phaseroots[phase] = newroots + self._phaseroots[phase] = newroots self.invalidate() self.dirty = True