[PATCH 08 of 13] configitems: register the 'devel.warn-config-default' config

Boris Feld boris.feld at octobus.net
Mon Oct 9 04:21:55 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1507491386 -7200
#      Sun Oct 08 21:36:26 2017 +0200
# Node ID b1fac4afd28d6e1c891197f757b5764de8effd04
# Parent  5ea201107ad2ba50b466fe0c7bfebe77ad1e4a50
# EXP-Topic config.register
# Available At https://bitbucket.org/octobus/mercurial-devel/
#              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r b1fac4afd28d
configitems: register the 'devel.warn-config-default' config

diff -r 5ea201107ad2 -r b1fac4afd28d mercurial/configitems.py
--- a/mercurial/configitems.py	Sun Oct 08 21:41:10 2017 +0200
+++ b/mercurial/configitems.py	Sun Oct 08 21:36:26 2017 +0200
@@ -149,6 +149,9 @@
 coreconfigitem('devel', 'warn-config',
     default=None,
 )
+coreconfigitem('devel', 'warn-config-default',
+    default=None,
+)
 coreconfigitem('diff', 'nodates',
     default=None,
 )


More information about the Mercurial-devel mailing list