changeset 34665:dd1357edff37

configitems: register the 'committemplate' section
author Boris Feld <boris.feld@octobus.net>
date Sun, 08 Oct 2017 21:02:02 +0200
parents a0c2a19d64e7
children e7966337aed0
files mercurial/configitems.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,
 )