[PATCH 4 of 9] config: register the 'devel.check-relroot' config

Pierre-Yves David pierre-yves.david at ens-lyon.org
Thu Jun 29 15:33:01 EDT 2017


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at octobus.net>
# Date 1498649465 -7200
#      Wed Jun 28 13:31:05 2017 +0200
# Node ID c267c9a4e88d8d8fa57870dd67eec6b30862774e
# Parent  b6486b057e705f0c6ad5e00556cf7f3f28b48302
# EXP-Topic config.register
# Available At https://www.mercurial-scm.org/repo/users/marmoute/mercurial/
#              hg pull https://www.mercurial-scm.org/repo/users/marmoute/mercurial/ -r c267c9a4e88d
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,
 )


More information about the Mercurial-devel mailing list