configitems: register the 'experimental.graphstyle.grandparent' config
authorBoris Feld <boris.feld@octobus.net>
Sun, 08 Oct 2017 22:07:47 +0200
changeset 34529 4a6a337f9c68
parent 34528 23783463d720
child 34530 ed5acd3fd7e1
configitems: register the 'experimental.graphstyle.grandparent' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Sun Oct 08 22:07:21 2017 +0200
+++ b/mercurial/configitems.py	Sun Oct 08 22:07:47 2017 +0200
@@ -278,6 +278,9 @@
 coreconfigitem('experimental', 'graphstyle.missing',
     default=dynamicdefault,
 )
+coreconfigitem('experimental', 'graphstyle.grandparent',
+    default=dynamicdefault,
+)
 coreconfigitem('experimental', 'hook-track-tags',
     default=False,
 )