changeset 50589 | 0f83dc22efbc |
parent 50393 | 386737600689 |
child 50926 | 18c8c18993f0 |
--- a/mercurial/phases.py Thu Feb 02 17:34:09 2023 +0100 +++ b/mercurial/phases.py Thu Feb 02 17:34:17 2023 +0100 @@ -463,11 +463,11 @@ def replace(self, phcache): """replace all values in 'self' with content of phcache""" for a in ( - b'phaseroots', - b'dirty', - b'opener', - b'_loadedrevslen', - b'_phasesets', + 'phaseroots', + 'dirty', + 'opener', + '_loadedrevslen', + '_phasesets', ): setattr(self, a, getattr(phcache, a))