Mercurial > evolve
diff tests/_exc-util.sh @ 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 | 8aa9a21156fe |
children | 9f42f819267b |