author | Pierre-Yves David <pierre-yves.david@octobus.net> |
Wed, 28 Jun 2017 13:37:59 +0200 | |
changeset 33160 | 12aaade1f617 |
parent 33159 | 0224820688ac |
child 33161 | b1cf9bb8a5a2 |
--- 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, )