# HG changeset patch
# User Pierre-Yves David <pierre-yves.david@octobus.net>
# Date 2017-06-28 11:31:05
# Node ID b1cf9bb8a5a2c07bf840d35c2a804904fc9a625f
# Parent  12aaade1f617772f7558a2086d184bcb5d10a094

config: register the 'devel.check-relroot' config

diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -65,6 +65,9 @@ coreconfigitem('devel', 'bundle2.debug',
 coreconfigitem('devel', 'check-locks',
     default=False,
 )
+coreconfigitem('devel', 'check-relroot',
+    default=False,
+)
 coreconfigitem('patch', 'fuzz',
     default=2,
 )