# HG changeset patch # User Anton Shestakov # Date 1637344799 -10800 # Node ID ec4ee6959b5b6c93b282a09646a4b826c3a8afa1 # Parent 463060c6ea21c86fa5416b3608f6a016352c3386 changelog: evolve and topic should be compatible with future 6.0 diff -r 463060c6ea21 -r ec4ee6959b5b CHANGELOG --- a/CHANGELOG Thu Nov 18 18:06:08 2021 +0300 +++ b/CHANGELOG Fri Nov 19 20:59:59 2021 +0300 @@ -4,12 +4,16 @@ 10.4.1 -- 2021-11-19 -------------------- - * compatibility with Mercurial 6.0rc0 + * compatibility with Mercurial 6.0 * documentation: add a help section about making evolve skip content-divergence check with experimental.evolution.allowdivergence. * documentation: mention that pick uses the active topic if it's set +topic (0.23.1) + + * compatibility with Mercurial 6.0 + 10.4.0 -- 2021-10-12 --------------------