mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-28 10:31:14 +00:00
When a commit is split, the second commit produced by the split becomes the working copy commit for all workspaces whose working copy commit was the target of the split. This commit adds two tests for this behavior: 1. Split a commit which is the working copy commit for two workspaces. 2. Split a commit which is the working copy commit for only one of the two workspaces. These tests check that the working copy commits for the workspaces are updated correctly. Both parallel and non-parallel splits are tested.