Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: demonstrate bug on undo after squash in colocated working copy
I think this is the same bug as reported in #922, just simplified a bit further. The branches in the repo actually look good after the `undo` operation, but the reverted `master` branch doesn't get exported to the git repo even though our recorded `refs/heads/master` in the repo was moved back. Then the next automatic import on `log` notices that the `master` branch in the git repo still points to the new commit, and that commit becomes visible again.
- Loading branch information