Mercurial > hg
changeset 33160:12aaade1f617
config: register the devel.check-locks config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 28 Jun 2017 13:37:59 +0200 |
parents | 0224820688ac |
children | b1cf9bb8a5a2 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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, )