# HG changeset patch # User Anton Shestakov # Date 1588934717 -28800 # Node ID f1172af7ff590888d8785635714c069cae6fbdcb # Parent f32d4c7f8fb751096a875ba2c06b765120cc5407 changelog: update for evolve 10.0.0 diff -r f32d4c7f8fb7 -r f1172af7ff59 CHANGELOG --- a/CHANGELOG Fri May 08 18:22:26 2020 +0800 +++ b/CHANGELOG Fri May 08 18:45:17 2020 +0800 @@ -1,15 +1,30 @@ Changelog ========= -9.4.0 - in progress -------------------- +10.0.0 -- 2020-05-08 +-------------------- + + * auto-publish: issue the capabilities in all cases * compat: clean up old compatibility code + * compat: compatibility with Mercurial 5.4 + * evolve: add {obsorigin}, a template keyword that works similarly to {obsfate}, but shows predecessors of a changeset - * evolve: fix permission of new cache files using sqlite + * evolve: fix permissions of new cache files using SQLite + * evolve: always create commit when resolving divergence + * evolve: handle relocation during divergence resolution producing no changes + * evolve: provide cache to successorssets() in more cases + * obslog: make --all and --filternonlocal work properly with --no-graph * obslog: add --origin flag to show predecessors instead of successors + * obslog: make --origin flag the default + + * stablerangecache: sanity check subranges + +topic (0.18.2) + + * topic: provide cache to successorssets() in one more case 9.3.1 -- 2020-04-08 ------------------- diff -r f32d4c7f8fb7 -r f1172af7ff59 debian/changelog --- a/debian/changelog Fri May 08 18:22:26 2020 +0800 +++ b/debian/changelog Fri May 08 18:45:17 2020 +0800 @@ -1,3 +1,9 @@ +mercurial-evolve (10.0.0-1) unstable; urgency=medium + + * new upstream release + + -- Anton Shestakov Fri, 08 May 2020 18:33:58 +0800 + mercurial-evolve (9.3.1-2) unstable; urgency=medium * update minimum required version of mercurial in debian/control