Evolve 11.1.7 released
Anton Shestakov
av6 at dwimlabs.net
Sat Feb 8 12:02:57 UTC 2025
We released a new version of the evolve extension: 11.1.7.
As usual, the release is available on PyPI, and upgrade is recommended:
https://pypi.org/project/hg-evolve/11.1.7.post1/
This is a special bugfix release that includes one feature from default
branch. Now ``obslog --patch`` can show patches for changesets that were
rebased. Since this feature uses in-memory rebase, it requires Mercurial
5.6 or newer, where it is fully supported. Also a version check that was
failing on Mercurial 6.8 was fixed (minor releases like 6.8.1 weren't
affected).
Thanks to all the people involved:
* Anton Shestakov <av6 at dwimlabs.net>
* Pierre-Yves David <pierre-yves.david at octobus.net>
## Evolve: 11.1.7.post1
* no changes from 11.1.7, only upgraded packaging
## Evolve: 11.1.7
* evolve: fix version check from 972d98ce3552 for hg 6.8 (issue6958)
* obslog: also display patch for rebased changesets (requires
Mercurial 5.6 or newer for in-memory rebase support)
More information about the Mercurial
mailing list