diff -r 1d6d1a15a963 -r 7525e77b5eac mercurial/configitems.py --- 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,