--- a/README Mon Sep 29 21:31:27 2014 -0400
+++ b/README Tue Nov 11 15:48:02 2014 +0000
@@ -28,11 +28,9 @@
Contribute
==========
-The simplest way to contribute is to issue a pull request on Bitbucket
-(https://bitbucket.org/marmoute/mutable-history). Alternatively, you
-can use the patchbomb extension to send email to mercurial
-devel. Please make sure to use the evolve-ext flag when doing so. You
-can use a command like this:
+Please use the patchbomb extension to send email to mercurial devel. Please
+make sure to use the evolve-ext flag when doing so. You can use a command like
+this:
hg email --to mercurial-devel@selenic.com --flag evolve-ext --rev '<your patches>'
@@ -46,13 +44,6 @@
cd tests
python run-tests.py --with-hg=/path/to/hg
-However, some cutting-edge changes may be found in a mutable repository hosted
-by logilab before they are published.
-
- http://hg.netv6.net/marmoute-wip/evolve/
-
-Be sure to check latest draft changeset before submitting new changesets.
-
Changelog
=========
@@ -61,6 +52,7 @@
- amend: fix --logfile argument
- evolve: preserve branch change when evolving
+- evolve: fix potential crash while solving `bumped` changesets.
5.0.0 -- 2014-10-22