# HG changeset patch # User Boris Feld # Date 2017-10-08 19:02:02 # Node ID dd1357edff37100683f38d73575675d2afc0c563 # Parent a0c2a19d64e7c6738cb55991eaf91cbab1d6903b configitems: register the 'committemplate' section diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -182,6 +182,10 @@ coreconfigitem('commands', 'status.verbo coreconfigitem('commands', 'update.requiredest', default=False, ) +coreconfigitem('committemplate', '.*', + default=None, + generic=True, +) coreconfigitem('debug', 'dirstate.delaywrite', default=0, )