diff README @ 1150:2c99d92faa62 stable

evolve: fix error during iteration over bumped changesets (bug38) We are iterating over a manifest while altering it. We cannot use iteritems() in this context. we move to items, that will be an issue for very large changesets.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 03 Nov 2014 11:11:14 +0000
parents 458f883b68dc
children 61179aeee656
line wrap: on
line diff
--- a/README	Mon Oct 20 13:54:46 2014 +0300
+++ b/README	Mon Nov 03 11:11:14 2014 +0000
@@ -52,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