mercurial/bundlerepo.py
changeset 51403 68289ed170c7
parent 51096 8ec2de9c6770
child 51404 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