Submitter | Boris Feld |
---|---|
Date | Oct. 13, 2017, 5:55 p.m. |
Message ID | <863c2407bfabe9b23b28.1507917310@FB> |
Download | mbox | patch |
Permalink | /patch/24844/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -182,6 +182,10 @@ coreconfigitem('commands', 'update.requiredest', default=False, ) +coreconfigitem('committemplate', '.*', + default=None, + generic=True, +) coreconfigitem('debug', 'dirstate.delaywrite', default=0, )