New Evolve extension release: version 10.0.1

Anton Shestakov
2020-07-31

We pushed a new release for the evolve extension: 10.0.1.

This extension extends core features around history rewriting and draft changesets sharing.

As usual, the release is available on PyPI and upgrade is recommended.

This version introduces support for Mercurial 5.5 and comes with a variety of improvements and bugfixes. Check the changelog for details. The most notable change is: push --topic and outgoing --topic now work as expected when using a topic name that doesn't exist and "." as the topic.

Thanks to all the people involved:

Evolve: 10.0.1

10.0.1 -- 2020-07-31

  • compatibility with Mercurial 5.5

  • evolve: update the template keywords section in hg help -e evolve

  • obslog: make obslog --no-origin -f work with multiple successor sets

Topic: 0.19.1

  • compatibility with Mercurial 5.5

  • topic: hg push --topic does-not-exist now doesn't try to push unrelated changesets and aborts instead

  • topic: hg outgoing/push --topic . will use current topic