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