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

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

Reply via email to