Mercurial > hg-stable
diff mercurial/configitems.py @ 45789:1f7c077e0640
config: rename ui.graphnodetemplate to command-templates.graphnode
Differential Revision: https://phab.mercurial-scm.org/D9246
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 23 Oct 2020 15:27:33 -0700 |
parents | ed84a4d48910 |
children | 40411ad2f5d2 |
line wrap: on
line diff
--- 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(