Submitter | Pierre-Yves David |
---|---|
Date | June 29, 2017, 7:33 p.m. |
Message ID | <b6486b057e705f0c6ad5.1498764780@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/21834/ |
State | Accepted |
Headers | show |
Comments
Patch
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, )