mercurial/configitems.py
changeset 46400 7525e77b5eac
parent 46359 0600e8467101
child 46408 e948ad0dcbe2
--- a/mercurial/configitems.py	Fri Jan 15 23:58:41 2021 +0100
+++ b/mercurial/configitems.py	Tue Jan 12 00:11:16 2021 +0300
@@ -570,6 +570,11 @@
     default=0,
 )
 coreconfigitem(
+    b'convert',
+    b'svn.dangerous-set-commit-dates',
+    default=False,
+)
+coreconfigitem(
     b'debug',
     b'dirstate.delaywrite',
     default=0,