--- a/mercurial/configitems.py Fri Oct 23 10:56:18 2020 -0700
+++ b/mercurial/configitems.py Fri Oct 23 15:27:33 2020 -0700
@@ -224,6 +224,12 @@
b'color', b'pagermode', default=dynamicdefault,
)
coreconfigitem(
+ b'command-templates',
+ b'graphnode',
+ default=None,
+ alias=[(b'ui', b'graphnodetemplate')],
+)
+coreconfigitem(
b'command-templates', b'log', default=None, alias=[(b'ui', b'logtemplate')],
)
_registerdiffopts(section=b'commands', configprefix=b'commit.interactive.')
@@ -1291,9 +1297,6 @@
b'ui', b'formatted', default=None,
)
coreconfigitem(
- b'ui', b'graphnodetemplate', default=None,
-)
-coreconfigitem(
b'ui', b'interactive', default=None,
)
coreconfigitem(