Mercurial > hg-stable
changeset 34527:d5362671993b
configitems: register the 'experimental.graphstyle.parent' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 08 Oct 2017 22:06:35 +0200 |
parents | 3999b74b6765 |
children | 23783463d720 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Sun Oct 08 21:41:37 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 22:06:35 2017 +0200 @@ -272,6 +272,9 @@ coreconfigitem('experimental', 'graphshorten', default=False, ) +coreconfigitem('experimental', 'graphstyle.parent', + default=dynamicdefault, +) coreconfigitem('experimental', 'hook-track-tags', default=False, )