From patchwork Mon Oct 9 08:21:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [07,of,13] configitems: register the 'devel.warn-config' config From: Boris Feld X-Patchwork-Id: 24647 Message-Id: <5ea201107ad2ba50b466.1507537314@FB> To: mercurial-devel@mercurial-scm.org Date: Mon, 09 Oct 2017 10:21:54 +0200 # HG changeset patch # User Boris Feld # Date 1507491670 -7200 # Sun Oct 08 21:41:10 2017 +0200 # Node ID 5ea201107ad2ba50b466fe0c7bfebe77ad1e4a50 # Parent 71e83aee3eb9ff505e94127ffb83c2b6fc6642bf # EXP-Topic config.register # Available At https://bitbucket.org/octobus/mercurial-devel/ # hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 5ea201107ad2 configitems: register the 'devel.warn-config' config diff -r 71e83aee3eb9 -r 5ea201107ad2 mercurial/configitems.py --- a/mercurial/configitems.py Sun Oct 08 21:48:40 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 21:41:10 2017 +0200 @@ -146,6 +146,9 @@ coreconfigitem('devel', 'strip-obsmarkers', default=True, ) +coreconfigitem('devel', 'warn-config', + default=None, +) coreconfigitem('diff', 'nodates', default=None, )