Mercurial > evolve
diff MANIFEST.in @ 1336:10d2ef1f7ed4
evolve: don't use python sets on top of revset for evolve --rev
In --rev we were wrapping the revsets in python sets.
This is wrong as the use python sets force the wrapper revision set to be
computed earlier than it has to and have no order guarantee.
Removing this wrapping changes a test because the ordering does not appear to
be the same but the end result is the same.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Wed, 13 May 2015 09:03:11 -0700 |
parents | 9cdd32b45bba |
children | be85d7ce8536 |