New Evolve extension release: version 11.1.7
2025-02-06We released a new version of the evolve extension: 11.1.7.
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 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@dwimlabs.net
- Pierre-Yves David pierre-yves.david@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)