ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/tests
Martin von Zweigbergk 466d35d4bc workspace: add functions for initializing a repo
`ReadonlyRepo::init_*()` currently calls `WorkingCopy::init()`. In
order to remove that dependency, this patch wraps the
`ReadonlyRepo::init_*()` functions in new `Workspace` functions. A
later patch will have those functions call `WorkspaceCopy::init()`.`
2021-11-25 21:07:28 -08:00
..
test_bad_locking.rs tests: avoid Repo::working_copy_path() in test_bad_locking 2021-11-25 21:04:56 -08:00
test_commit_builder.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_commit_concurrent.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_conflicts.rs tests: extract variable for store in test_conflicts 2021-11-25 21:04:56 -08:00
test_diff_summary.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_git.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_index.rs test: remove a trivial use of Repo::working_copy_path() 2021-11-25 21:04:56 -08:00
test_init.rs workspace: add functions for initializing a repo 2021-11-25 21:07:28 -08:00
test_load_repo.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_merge_trees.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_mut_repo.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_operations.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_refs.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_revset.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_revset_graph_iterator.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_rewrite.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_view.rs testutils: make init_repo return a struct, including a Workspace 2021-11-25 21:04:56 -08:00
test_working_copy.rs repo: remove working_copy(), only used in tests 2021-11-25 21:04:56 -08:00
test_working_copy_concurrent.rs repo: remove working_copy(), only used in tests 2021-11-25 21:04:56 -08:00