diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -377,6 +377,9 @@ coreconfigitem('logtoprocess', 'commandf coreconfigitem('logtoprocess', 'command', default=None, ) +coreconfigitem('logtoprocess', 'develwarn', + default=None, +) coreconfigitem('merge', 'checkunknown', default='abort', )