mercurial/configitems.py
changeset 46496 d57e607d9e33
parent 46494 d67732a4b58a
child 46588 47557ea79fc7
--- a/mercurial/configitems.py	Thu Dec 24 11:21:23 2020 -0500
+++ b/mercurial/configitems.py	Thu Feb 04 13:05:51 2021 -0800
@@ -754,6 +754,12 @@
 )
 _registerdiffopts(section=b'diff')
 coreconfigitem(
+    b'diff',
+    b'merge',
+    default=False,
+    experimental=True,
+)
+coreconfigitem(
     b'email',
     b'bcc',
     default=None,