Commit de05890fef951240ac68a3ea9a577a6f82be6194

Stefan Sperling 2020-03-05T10:53:53

fix histedit 'rebase commit ID mismatch' error when splitting a commit Commit IDs on histedit's temporary branch can change arbitrarily because the user may create new commits on this branch while editing past commits. So there is no point in trying to verify these IDs like we do during rebase. Add a test case which demonstrates the problem.