# HG changeset patch # User Martin von Zweigbergk # Date 2019-05-17 18:11:40 # Node ID bcb1a2b6cd00e6d47bd0c22e5bbeaaa7f3ea3453 # Parent da3861ef79596e463b03ea5dbc04d1d2d3db9be8 relnotes: mention removed support for mixed log graph lines This adds release notes for 264a2cbb25d0 (graphmod: remove support for graph lines mixing parent/grandparent styles (BC), 2018-10-16). Differential Revision: https://phab.mercurial-scm.org/D6407 diff --git a/relnotes/next b/relnotes/next --- a/relnotes/next +++ b/relnotes/next @@ -18,6 +18,13 @@ == Backwards Compatibility Changes == + * Removed (experimental) support for log graph lines mixing + parent/grandparent styles. Setting + e.g. `experimental.graphstyle.parent = !` and + `experimental.graphstyle.grandparent = 3.` would use `!` for the + first three lines of the graph and then `.`. This is no longer + supported. + == Internal API Changes ==