# HG changeset patch # User Boris Feld # Date 2017-10-11 01:50:14 # Node ID 54d916833ca518a9c17c53472b7adf4fa9d6dd3a # Parent 728ecab6634bd6a46c9104f97301b48cae459a95 configitems: register the 'logtoprocess.develwarn' config 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', )