diff mercurial/configitems.py @ 50234:2be6d5782728 stable

dirstate: add a synchronisation point in the middle of the read This will be useful to test some more race conditions around dirstate.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 13 Dec 2022 14:51:36 +0100
parents fc8e37c380d3
children a6b8b1ab9116
line wrap: on
line diff
--- a/mercurial/configitems.py	Sun Feb 26 16:27:50 2023 +0100
+++ b/mercurial/configitems.py	Tue Dec 13 14:51:36 2022 +0100
@@ -704,6 +704,16 @@
 )
 coreconfigitem(
     b'devel',
+    b'sync.dirstate.post-docket-read-file',
+    default=None,
+)
+coreconfigitem(
+    b'devel',
+    b'sync.dirstate.post-docket-read-file-timeout',
+    default=2,
+)
+coreconfigitem(
+    b'devel',
     b'sync.dirstate.pre-read-file',
     default=None,
 )