ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/tests
Yuya Nishihara f5d0419384 working_copy: return {operation_id, workspace_id} by reference
Let WorkspaceCommandHelper clone it. WorkspaceCommandHelper could return
workspace_id by reference, but doing that would introduce noisy .clone()
calls and lifetime mess.
2022-10-03 21:41:20 -07:00
..
test_bad_locking.rs workspace: make capable of loading with out-of-tree backend 2022-09-25 09:40:42 -07:00
test_commit_builder.rs
test_commit_concurrent.rs repo: make capable of loading repo with out-of-tree backend 2022-09-25 09:40:42 -07:00
test_conflicts.rs
test_diff_summary.rs
test_git.rs
test_index.rs repo: make capable of loading repo with out-of-tree backend 2022-09-25 09:40:42 -07:00
test_init.rs
test_load_repo.rs repo: make capable of loading repo with out-of-tree backend 2022-09-25 09:40:42 -07:00
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 cleanup: rename some more variables from checkout_* to ~wc_ 2022-09-29 23:51:34 -07:00
test_working_copy_concurrent.rs working_copy: remove .clone() from TreeState proxy methods 2022-10-02 22:46:09 +09:00
test_working_copy_sparse.rs
test_workspace.rs working_copy: return {operation_id, workspace_id} by reference 2022-10-03 21:41:20 -07:00