changeset 50252 | a6b8b1ab9116 |
parent 50134 | 0d6173373fa5 |
parent 50215 | ae61851e6fe2 |
child 50926 | 18c8c18993f0 |
--- a/mercurial/context.py Thu Mar 02 04:16:47 2023 +0100 +++ b/mercurial/context.py Thu Mar 02 19:02:52 2023 +0100 @@ -36,6 +36,7 @@ sparse, subrepo, subrepoutil, + testing, util, ) from .utils import ( @@ -1854,6 +1855,7 @@ def _poststatusfixup(self, status, fixup): """update dirstate for files that are actually clean""" + testing.wait_on_cfg(self._repo.ui, b'status.pre-dirstate-write-file') dirstate = self._repo.dirstate poststatus = self._repo.postdsstatus() if fixup: