jj/lib/tests
Martin von Zweigbergk c0ffce781e store: cache tree on write and return it
This matches what we do when writing commits.
2023-06-30 14:12:36 +02:00
..
test_bad_locking.rs
test_commit_builder.rs git_backend: return timestamps for what was actually written 2023-05-12 15:20:44 -07:00
test_commit_concurrent.rs dag_walk: rename bfs() to dfs() because it's depth-first 2023-06-04 11:47:49 +09:00
test_conflicts.rs files: replace uses of MergeHunk by Conflict<ContentHunk> 2023-06-28 06:51:37 +02:00
test_default_revset_graph_iterator.rs index: pass only CompositeIndex to default_revset_engine::evaluate() 2023-05-29 08:15:40 +09:00
test_diff_summary.rs
test_git.rs git: add .gitmodules parser 2023-06-27 10:07:00 -07:00
test_id_prefix.rs
test_index.rs index: turn CompositeIndex::walk_revs() into position-based API 2023-06-19 13:41:43 +09:00
test_init.rs
test_load_repo.rs
test_merge_trees.rs store: cache tree on write and return it 2023-06-30 14:12:36 +02:00
test_mut_repo.rs
test_operations.rs
test_refs.rs
test_revset.rs store: cache tree on write and return it 2023-06-30 14:12:36 +02:00
test_rewrite.rs
test_view.rs
test_working_copy.rs store: do conversion to/from backend::Conflict 2023-06-04 06:48:34 -07:00
test_working_copy_concurrent.rs cleanup: leverage scoped thread in tests 2023-05-21 21:02:58 +09:00
test_working_copy_sparse.rs
test_workspace.rs