# HG changeset patch
# User Boris Feld <boris.feld@octobus.net>
# Date 2017-10-08 20:06:35
# Node ID d5362671993be96ce4f40bdaecc6360878ec2f1f
# Parent  3999b74b676535769a1e73128923222de374ad01

configitems: register the 'experimental.graphstyle.parent' config

diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -272,6 +272,9 @@ coreconfigitem('experimental', 'format.c
 coreconfigitem('experimental', 'graphshorten',
     default=False,
 )
+coreconfigitem('experimental', 'graphstyle.parent',
+    default=dynamicdefault,
+)
 coreconfigitem('experimental', 'hook-track-tags',
     default=False,
 )