From patchwork Mon Oct 9 08:21:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [11, of, 13] configitems: register the 'experimental.graphstyle.parent' config From: Boris Feld X-Patchwork-Id: 24650 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Mon, 09 Oct 2017 10:21:58 +0200 # HG changeset patch # User Boris Feld # Date 1507493195 -7200 # Sun Oct 08 22:06:35 2017 +0200 # Node ID a04c92da73b7f01008ff4e75f310fdea2f1d2a57 # Parent f528a23fc82acfa9131a8a60aabbc64bb21556ff # EXP-Topic config.register # Available At https://bitbucket.org/octobus/mercurial-devel/ # hg pull https://bitbucket.org/octobus/mercurial-devel/ -r a04c92da73b7 configitems: register the 'experimental.graphstyle.parent' config diff -r f528a23fc82a -r a04c92da73b7 mercurial/configitems.py --- a/mercurial/configitems.py Sun Oct 08 21:41:37 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 22:06:35 2017 +0200 @@ -272,6 +272,9 @@ coreconfigitem('experimental', 'graphshorten', default=False, ) +coreconfigitem('experimental', 'graphstyle.parent', + default=dynamicdefault, +) coreconfigitem('experimental', 'hook-track-tags', default=False, )