mercurial/configitems.py
branchstable
changeset 50222 ecd28d89c29e
parent 50215 ae61851e6fe2
child 50228 fc8e37c380d3
--- a/mercurial/configitems.py	Fri Feb 24 18:21:54 2023 +0100
+++ b/mercurial/configitems.py	Tue Feb 28 15:49:53 2023 +0100
@@ -640,6 +640,15 @@
     b'deprec-warn',
     default=False,
 )
+# possible values:
+# - auto (the default)
+# - force-append
+# - force-new
+coreconfigitem(
+    b'devel',
+    b'dirstate.v2.data_update_mode',
+    default="auto",
+)
 coreconfigitem(
     b'devel',
     b'disableloaddefaultcerts',