ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/tests
Martin von Zweigbergk ea5aa0a96d cleanup: replace some PathBuf args by &Path
In many of these places, we don't need an owned value, so using a
reference means we don't force the caller to clone the value. I really
doubt it will have any noticeable impact on performance (I think these
are all once-per-repo paths); it's just a little simpler this way.
2022-09-25 09:40:42 -07:00
..
test_bad_locking.rs cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
test_commit_builder.rs
test_commit_concurrent.rs cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
test_conflicts.rs
test_diff_summary.rs
test_git.rs cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
test_index.rs cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
test_init.rs cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
test_load_repo.rs cleanup: replace some PathBuf args by &Path 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
test_working_copy_concurrent.rs cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
test_working_copy_sparse.rs
test_workspace.rs cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00