configitems: register the 'committemplate' section
authorBoris Feld <boris.feld@octobus.net>
Sun, 08 Oct 2017 21:02:02 +0200
changeset 34665 dd1357edff37
parent 34664 a0c2a19d64e7
child 34666 e7966337aed0
configitems: register the 'committemplate' section
mercurial/configitems.py
--- a/mercurial/configitems.py	Tue Oct 10 10:49:28 2017 +0200
+++ b/mercurial/configitems.py	Sun Oct 08 21:02:02 2017 +0200
@@ -182,6 +182,10 @@
 coreconfigitem('commands', 'update.requiredest',
     default=False,
 )
+coreconfigitem('committemplate', '.*',
+    default=None,
+    generic=True,
+)
 coreconfigitem('debug', 'dirstate.delaywrite',
     default=0,
 )