# HG changeset patch # User Pierre-Yves David # Date 1498649879 -7200 # Node ID 12aaade1f617772f7558a2086d184bcb5d10a094 # Parent 0224820688ac309406f2dc482429f2df61d50ab6 config: register the devel.check-locks config diff -r 0224820688ac -r 12aaade1f617 mercurial/configitems.py --- a/mercurial/configitems.py Wed Jun 28 13:25:33 2017 +0200 +++ b/mercurial/configitems.py Wed Jun 28 13:37:59 2017 +0200 @@ -62,6 +62,9 @@ coreconfigitem('devel', 'bundle2.debug', default=False, ) +coreconfigitem('devel', 'check-locks', + default=False, +) coreconfigitem('patch', 'fuzz', default=2, )