jj/lib/tests
Martin von Zweigbergk f27f52984e revset: rename resolve() to resolve_programmatic()
`RevsetExpression::resolve()` is meant for programmatically created
expressions. In particular, it may not contain symbols. Let's try to
clarify that by renaming the function and documenting it.
2023-11-24 21:13:58 -10:00
..
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs
test_conflicts.rs merge: rename Merge::new() to Merge::from_removes_adds() 2023-11-07 17:10:12 +09:00
test_default_revset_graph_iterator.rs
test_diff_summary.rs
test_git.rs tests: add upper bound to test_concurrent_read_write_commit() loop 2023-11-24 18:07:35 +09:00
test_id_prefix.rs
test_index.rs
test_init.rs
test_load_repo.rs
test_local_working_copy.rs fsmonitor: keep paths relative to the workspace root 2023-11-23 10:06:00 +09:00
test_local_working_copy_concurrent.rs
test_local_working_copy_sparse.rs
test_merge_trees.rs
test_merged_tree.rs merge: rename Merge::new() to Merge::from_removes_adds() 2023-11-07 17:10:12 +09:00
test_mut_repo.rs
test_operations.rs
test_refs.rs
test_revset.rs revset: rename resolve() to resolve_programmatic() 2023-11-24 21:13:58 -10:00
test_rewrite.rs lib: Implement skipping of empty commits 2023-11-24 14:48:06 +11:00
test_view.rs
test_workspace.rs