Mercurial > evolve
diff hgext/drophack.py @ 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 | 1a39b1b8e092 |
children | 1f8428096078 |