mercurial/configitems.py
changeset 45121 b6269741ed42
parent 45061 02b17231f6c3
child 45462 c1d6e930ac8a
--- a/mercurial/configitems.py	Sat Aug 31 14:33:26 2019 +0200
+++ b/mercurial/configitems.py	Sat Jul 11 23:53:27 2020 +0200
@@ -1068,6 +1068,9 @@
     b'rewrite', b'update-timestamp', default=False,
 )
 coreconfigitem(
+    b'rewrite', b'empty-successor', default=b'skip', experimental=True,
+)
+coreconfigitem(
     b'storage', b'new-repo-backend', default=b'revlogv1', experimental=True,
 )
 coreconfigitem(