Mercurial > evolve
comparison docs/README @ 3772:6240579fd0c0
evolve: fix storage of replacements and temprevs node in evolvestate
The _completephaseivergent() was not respecting rules on how to store the new
node ids created in evolvestate. The rules are:
* store the temporary relocated commits in temprevs
* store the final new commit in replacements
This patch make sure we follow the above rules and also use the return value
returned by _resolvephasedivergence().
The tests change demonstrates that we are all good now.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 24 May 2018 00:58:50 +0530 |
parents | ef361938dfa1 |
children |
comparison
equal
deleted
inserted
replaced
3771:1f339d81aabd | 3772:6240579fd0c0 |
---|