Submitter | phabricator |
---|---|
Date | May 17, 2019, 6:12 p.m. |
Message ID | <differential-rev-PHID-DREV-4wh4rfg53rxkxzjriwon-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/40129/ |
State | Superseded |
Headers | show |
Comments
spectral accepted this revision. spectral added inline comments. INLINE COMMENTS > next:25 > + `experimental.graphstyle.grandparent = 3.` would use `!` for the > + first three lines of the graph and then `.`. This is now longer > + supported. s/now/no REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6407 To: martinvonz, #hg-reviewers, spectral Cc: mercurial-devel
Patch
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 now longer + supported. + == Internal API Changes ==