Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
1149:a206ee74f129 | 1150:2c99d92faa62 |
---|---|
50 | 50 |
51 5.0.1 -- | 51 5.0.1 -- |
52 | 52 |
53 - amend: fix --logfile argument | 53 - amend: fix --logfile argument |
54 - evolve: preserve branch change when evolving | 54 - evolve: preserve branch change when evolving |
55 - evolve: fix potential crash while solving `bumped` changesets. | |
55 | 56 |
56 5.0.0 -- 2014-10-22 | 57 5.0.0 -- 2014-10-22 |
57 | 58 |
58 - drop compat with Mercurial pre 3.2 | 59 - drop compat with Mercurial pre 3.2 |
59 - uncommit: add a --rev argument | 60 - uncommit: add a --rev argument |