Mercurial > evolve
comparison tests/test-issue-5720.t @ 3753:a558c8adc5af
evolve: don't make values of replacements dict lists
There was inconsistency in code base related to the values stored in
replacements dict in evolvestate. At some places we store a list, at some places
we just store the nodeid. Let's make sure we store only the nodeid, not a list.
If there are cases, when there are multiple replacements or changesets created
during resolution, later patch will introduce storing temprevs in evolvestate
which should be used.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Wed, 23 May 2018 02:39:38 +0530 |
parents | f6979d64b9fb |
children | 19ec729f3ca2 ededd22e7c7b |
comparison
equal
deleted
inserted
replaced
3752:6878d708500a | 3753:a558c8adc5af |
---|