Mercurial > evolve
comparison Makefile @ 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 | b53343c8d692 |
children | 7cdbe18838bc |
comparison
equal
deleted
inserted
replaced
4824:f9d436b64b3f | 4825:9af212b8565a |
---|