mercurial/configitems.py
changeset 40478 86dfae98a3a2
parent 40460 4fe63b573791
child 40547 840cd57cde32
--- a/mercurial/configitems.py	Fri Oct 26 21:46:37 2018 +0900
+++ b/mercurial/configitems.py	Sat Oct 13 07:49:20 2018 -0700
@@ -1193,6 +1193,9 @@
 coreconfigitem('ui', 'patch',
     default=None,
 )
+coreconfigitem('ui', 'pre-merge-tool-output-template',
+    default=None,
+)
 coreconfigitem('ui', 'portablefilenames',
     default='warn',
 )