Submitter | Boris Feld |
---|---|
Date | Oct. 9, 2017, 8:21 a.m. |
Message ID | <a04c92da73b7f01008ff.1507537318@FB> |
Download | mbox | patch |
Permalink | /patch/24650/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r f528a23fc82a -r a04c92da73b7 mercurial/configitems.py --- 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, )