# HG changeset patch # User Pierre-Yves David # Date 2017-06-28 11:37:59 # Node ID 12aaade1f617772f7558a2086d184bcb5d10a094 # Parent 0224820688ac309406f2dc482429f2df61d50ab6 config: register the devel.check-locks config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -62,6 +62,9 @@ coreconfigitem('devel', 'all-warnings', coreconfigitem('devel', 'bundle2.debug', default=False, ) +coreconfigitem('devel', 'check-locks', + default=False, +) coreconfigitem('patch', 'fuzz', default=2, )