[PATCH 11 of 13] configitems: register the 'experimental.graphstyle.parent' config

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


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# 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,
 )


More information about the Mercurial-devel mailing list