mercurial/configitems.py
changeset 49644 5744ceeb9067
parent 49611 35d4c2124073
child 49657 f5f113f1b011
--- a/mercurial/configitems.py	Mon Nov 21 15:04:42 2022 -0500
+++ b/mercurial/configitems.py	Sun Nov 20 23:09:12 2022 -0500
@@ -1786,6 +1786,13 @@
 )
 coreconfigitem(
     b'merge-tools',
+    br'.*\.regappend$',
+    default=b"",
+    generic=True,
+    priority=-1,
+)
+coreconfigitem(
+    b'merge-tools',
     br'.*\.symlink$',
     default=False,
     generic=True,