Evolve is now on pypi (and lives in hgext3rd)
Pierre-Yves David
pierre-yves.david at ens-lyon.org
Tue Mar 14 23:50:32 UTC 2017
Good new everyone,
The next version of evolve will be also available on PyPi and
installable through pip. Evolve now has a PyPi page:
https://pypi.python.org/pypi/hg-evolve
The code currently available here is a snapshot of the default branch
that will because the 6.0.0. I will make a new release soonâ¢, but there
have been enough large changes in that version that I'm would like to
run it for a couple of my day before cutting an official release.
Along the important changes, you can find:
1) the python module moved from "hgext.evolve" to the official
"hgext3rd.evolve". This will likely break some of your setup. Once
installed you can simply use `evolve=` in the `extensions` section of
your config to enable the extensions.
2) support for Mercurial before 3.8 have been dropped,
3) the extension intended for server setups is now officially packaged
and available as `evolve.serveronly`. Once installed you can simply use
`evolve.serveronly=` in the `extensions` section of your config to
enable the server subset of evolve.
Cheers
--
Pierre-Yves David
More information about the Evolve-testers
mailing list