Out-of-sequence undo for move events doesn't produce very good results yet.
One reasonable goal for out-of-sequence undo would be that the following sequence would not change the picture:
- Move event A
- Move event B
- Undo move event A
- Undo move event B
but it's a bit unclear what's the best way to do this. Merges happening between move & undo can also mess things up, that should be thought about.
Out-of-sequence undo for move events doesn't produce very good results yet.
One reasonable goal for out-of-sequence undo would be that the following sequence would not change the picture:
but it's a bit unclear what's the best way to do this. Merges happening between move & undo can also mess things up, that should be thought about.