forked from mirrors/jj
e901a4e66b
Since the working copy can now handle conflicts, we don't need to materialize conflicts when checking out a commit. Before this patch, we used to create a new commit on top whenever we checked out a commit with conflicts. That new commit was intended just for resolving the conflicts. The typical workflow was the resolve the conflicts and then amend. To use the same workflow after this patch, one needs to explicitly create a new commit on top with `jj new` after checking out a commit with conflict. |
||
---|---|---|
.. | ||
test_bad_locking.rs | ||
test_commit_builder.rs | ||
test_commit_concurrent.rs | ||
test_conflicts.rs | ||
test_diff_summary.rs | ||
test_git.rs | ||
test_index.rs | ||
test_init.rs | ||
test_load_repo.rs | ||
test_merge_trees.rs | ||
test_mut_repo.rs | ||
test_operations.rs | ||
test_refs.rs | ||
test_revset.rs | ||
test_revset_graph_iterator.rs | ||
test_rewrite.rs | ||
test_view.rs | ||
test_working_copy.rs | ||
test_working_copy_concurrent.rs |