ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/tests
Martin von Zweigbergk c366795d80 tests: remove obsolete workaround for WorkingCopy reading from $HOME
Since d56ae79d3f, `WorkingCopy` no longer reads `.gitignores`
directly from `$HOME/.gitignore`, so we don't need the workaround to
prevent it in the tests.
2022-10-23 11:08:22 -07:00
..
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 repo: forbid checking out the root commit 2022-10-21 10:10:07 -07:00
test_operations.rs
test_refs.rs
test_revset.rs revset: implement file(pattern[, candidates]) predicate 2022-10-24 01:48:00 +09:00
test_revset_graph_iterator.rs
test_rewrite.rs repo: forbid checking out the root commit 2022-10-21 10:10:07 -07:00
test_view.rs repo: forbid checking out the root commit 2022-10-21 10:10:07 -07:00
test_working_copy.rs tests: remove obsolete workaround for WorkingCopy reading from $HOME 2022-10-23 11:08:22 -07:00
test_working_copy_concurrent.rs
test_working_copy_sparse.rs
test_workspace.rs