diff mercurial/configitems.py @ 45768:5effb1992c17

config: move ui.pre-merge-tool-output-template into [command-templates] Differential Revision: https://phab.mercurial-scm.org/D9249
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 26 Oct 2020 10:33:32 -0700
parents 40411ad2f5d2
children 96fcc37a9c80
line wrap: on
line diff
--- a/mercurial/configitems.py	Fri Oct 23 15:59:32 2020 -0700
+++ b/mercurial/configitems.py	Mon Oct 26 10:33:32 2020 -0700
@@ -245,6 +245,12 @@
     ),
     alias=[(b'ui', b'mergemarkertemplate')],
 )
+coreconfigitem(
+    b'command-templates',
+    b'pre-merge-tool-output',
+    default=None,
+    alias=[(b'ui', b'pre-merge-tool-output-template')],
+)
 _registerdiffopts(section=b'commands', configprefix=b'commit.interactive.')
 coreconfigitem(
     b'commands', b'commit.post-status', default=False,
@@ -1346,9 +1352,6 @@
     b'ui', b'patch', default=None,
 )
 coreconfigitem(
-    b'ui', b'pre-merge-tool-output-template', default=None,
-)
-coreconfigitem(
     b'ui', b'portablefilenames', default=b'warn',
 )
 coreconfigitem(