Mercurial > evolve
diff tests/test-exchange-D4.t @ 1418:ed9a8b1ee9bd
evolve: fix error in builddependencies
When MultipleSuccessorsError was raised, we were still running the code below
to add the dependency if succ was not None from a previous iteration.
This bug was harmless because dependencies and rdependencies are sets but it
makes the code clearer this way.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Mon, 22 Jun 2015 12:41:32 -0700 |
parents | a49f2e7a2755 |
children | 778afb036245 |