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, )