Mercurial > evolve
comparison CHANGELOG @ 4825:9af212b8565a stable
evolve: test that target is not orig in _solveunstable() (issue6097)
`newer` is the result of obsutil.successorssets() and can be [[orig.node()]],
in which case later on in this function evolve will try to rebase orig onto
orig, which is not correct. So let's just check this particular case.
This fix doesn't cover cases when successorssets() result contains orig.node()
not at [0][0]. Such cases need tests.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 03 Sep 2019 13:02:20 +0700 |
parents | c16fed4908d8 |
children | efc76b1563f0 4c6dd20e8cc2 |
comparison
equal
deleted
inserted
replaced
4824:f9d436b64b3f | 4825:9af212b8565a |
---|