# HG changeset patch
# User Boris Feld <boris.f...@octobus.net>
# Date 1507493241 -7200
#      Sun Oct 08 22:07:21 2017 +0200
# Node ID 4b8ab80c7f80c391134393fc3a28ea5746dc7807
# Parent  a04c92da73b7f01008ff4e75f310fdea2f1d2a57
# EXP-Topic config.register
# Available At https://bitbucket.org/octobus/mercurial-devel/
#              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 
4b8ab80c7f80
configitems: register the 'experimental.graphstyle.missing' config

diff -r a04c92da73b7 -r 4b8ab80c7f80 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,
 )
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to