Mercurial > public > mercurial-scm > hg
diff mercurial/configitems.py @ 34595:54d916833ca5
configitems: register the 'logtoprocess.develwarn' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 11 Oct 2017 03:50:14 +0200 |
parents | 728ecab6634b |
children | c2dea46d0f23 |
line wrap: on
line diff
--- a/mercurial/configitems.py Wed Oct 11 03:49:47 2017 +0200 +++ b/mercurial/configitems.py Wed Oct 11 03:50:14 2017 +0200 @@ -377,6 +377,9 @@ coreconfigitem('logtoprocess', 'command', default=None, ) +coreconfigitem('logtoprocess', 'develwarn', + default=None, +) coreconfigitem('merge', 'checkunknown', default='abort', )