jj/lib/tests
Yuya Nishihara 98a66002b0 revset: add function to filter commits by matcher
This will be a basic building block of 'jj log PATH'. The implementation
is naive, but works fine for small repos like jj. For mid-size repos,
there would be various areas which need to be optimized.
2022-09-16 13:02:58 +09:00
..
test_bad_locking.rs tests: do not use TempDir::into_path() which would persist the directory 2022-09-07 23:49:46 +09:00
test_commit_builder.rs
test_commit_concurrent.rs
test_conflicts.rs conflicts: minimize diffs in materialized conflicts 2022-07-12 07:46:45 -07:00
test_diff_summary.rs
test_git.rs spelling: commit 2022-09-09 11:58:37 -07:00
test_index.rs
test_init.rs tests: use testutils::new_temp_dir() thoroughly 2022-09-07 23:49:46 +09:00
test_load_repo.rs
test_merge_trees.rs cleanup: fix some things reported by clippy 1.63 2022-08-12 09:10:32 -07:00
test_mut_repo.rs
test_operations.rs
test_refs.rs
test_revset.rs revset: add function to filter commits by matcher 2022-09-16 13:02:58 +09:00
test_revset_graph_iterator.rs
test_rewrite.rs
test_view.rs
test_working_copy.rs working_copy: don't follow symlinks while creating parent directories 2022-08-17 13:22:51 +09:00
test_working_copy_concurrent.rs
test_working_copy_sparse.rs working_copy: do not overwrite ignored file 2022-08-07 15:06:30 +02:00
test_workspace.rs tests: use testutils::new_temp_dir() thoroughly 2022-09-07 23:49:46 +09:00