branch | stable |
changeset 52961 | 51a9148f8349 |
parent 52098 | 82e2c99c84f3 |
child 52962 | e16065bb7f42 |
--- a/mercurial/dirstatemap.py Tue Feb 18 09:35:23 2025 +0100 +++ b/mercurial/dirstatemap.py Tue Feb 18 03:28:20 2025 +0100 @@ -197,6 +197,7 @@ ) else: raise error.CorruptedDirstate(b"dirstate is not in v2 format") + testing.wait_on_cfg(self._ui, b'dirstate.post-docket-read-file') return self._docket def _read_v2_data(self):