config: register the 'devel.check-relroot' config
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 28 Jun 2017 13:31:05 +0200
changeset 33161 b1cf9bb8a5a2
parent 33160 12aaade1f617
child 33162 1ad6d6cee9eb
config: register the 'devel.check-relroot' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Jun 28 13:37:59 2017 +0200
+++ b/mercurial/configitems.py	Wed Jun 28 13:31:05 2017 +0200
@@ -65,6 +65,9 @@
 coreconfigitem('devel', 'check-locks',
     default=False,
 )
+coreconfigitem('devel', 'check-relroot',
+    default=False,
+)
 coreconfigitem('patch', 'fuzz',
     default=2,
 )