changeset 33161:b1cf9bb8a5a2

config: register the 'devel.check-relroot' config
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 28 Jun 2017 13:31:05 +0200
parents 12aaade1f617
children 1ad6d6cee9eb
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: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,
 )