jj/lib/tests
Martin von Zweigbergk 6ad71e658d merged_tree: rename MergedTreeValue to MergedTreeVal
I'm going to add `MergedTreeValue` as an alias for
`Merge<Option<TreeValue>>`, but we already have a type by that name in
`merged_tree`. This patch renames it away, to make room for the new
alias. I used `MergedTreeVal` for this borrowing version to be a bit
like how `str` is a borrowed version of `String`.
2023-10-26 06:20:56 -07:00
..
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs
test_conflicts.rs merge: make non-conflicted debug string for Merge shorter 2023-10-24 06:45:45 -07:00
test_default_revset_graph_iterator.rs
test_diff_summary.rs
test_git.rs git: simply call fetch() with one or more branch name filters 2023-10-25 03:58:48 +09:00
test_id_prefix.rs
test_index.rs
test_init.rs
test_load_repo.rs
test_local_working_copy.rs
test_local_working_copy_concurrent.rs
test_local_working_copy_sparse.rs
test_merge_trees.rs
test_merged_tree.rs merged_tree: rename MergedTreeValue to MergedTreeVal 2023-10-26 06:20:56 -07:00
test_mut_repo.rs
test_operations.rs
test_refs.rs
test_revset.rs revset: add support for glob:pattern 2023-10-21 09:55:01 +09:00
test_rewrite.rs
test_view.rs refs: merge tracking state of remote branches 2023-10-24 07:13:58 +09:00
test_workspace.rs