comparison relnotes/next @ 42334:bcb1a2b6cd00

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
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 17 May 2019 11:11:40 -0700
parents 604c086ddde6
children 27d6956d386b
comparison
equal deleted inserted replaced
42333:da3861ef7959 42334:bcb1a2b6cd00
16 == Bug Fixes == 16 == Bug Fixes ==
17 17
18 18
19 == Backwards Compatibility Changes == 19 == Backwards Compatibility Changes ==
20 20
21 * Removed (experimental) support for log graph lines mixing
22 parent/grandparent styles. Setting
23 e.g. `experimental.graphstyle.parent = !` and
24 `experimental.graphstyle.grandparent = 3.` would use `!` for the
25 first three lines of the graph and then `.`. This is no longer
26 supported.
27
21 28
22 == Internal API Changes == 29 == Internal API Changes ==
23 30
24 * Matchers are no longer iterable. Use `match.files()` instead. 31 * Matchers are no longer iterable. Use `match.files()` instead.