..
runner.rs
local working copy: add support for EOL conversion
2025-07-17 15:36:28 +00:00
test_annotate.rs
tests: leverage tests_utils::read_file()
2025-05-18 02:45:43 +00:00
test_bad_locking.rs
lib: rename the LocalBackend to SimpleBackend
2025-03-17 17:17:11 +00:00
test_commit_builder.rs
commit_builder: error out if newly-created commit was already known to repo
2025-06-05 10:15:09 +00:00
test_commit_concurrent.rs
lib: rename the LocalBackend to SimpleBackend
2025-03-17 17:17:11 +00:00
test_conflicts.rs
tests: leverage tests_utils::read_file()
2025-05-18 02:45:43 +00:00
test_default_revset_graph_iterator.rs
index: replace external users of revset_engine, make it private
2025-07-10 12:40:13 +00:00
test_eol.rs
local working copy: add support for EOL conversion
2025-07-17 15:36:28 +00:00
test_evolution_predecessors.rs
cli: op diff: use predecessors information to pair old/new commits
2025-06-27 00:48:06 +00:00
test_fix.rs
async: avoid some async blocks by making whole functions async
2025-06-10 20:19:47 +00:00
test_git.rs
hex_util: roll our own decode/encode_hex() functions
2025-07-02 01:56:40 +00:00
test_git_backend.rs
lib: add rustversion, turn off a clippy lint in nightly in tests
2025-06-24 01:01:25 +00:00
test_gpg.rs
tests: gpg: reduce length of temporary homedir path
2025-05-11 13:13:26 +00:00
test_id_prefix.rs
object_id: rename HexPrefix::new() to ::try_from_hex() for consistency
2025-07-02 01:56:40 +00:00
test_index.rs
index: replace external users of CompositeIndex
2025-07-10 12:40:13 +00:00
test_init.rs
git_backend: do not panic on non-UTF-8 Git repository paths
2025-06-27 10:19:50 +00:00
test_load_repo.rs
repo: remove &UserSettings argument from new/rewrite_commit(), use self.settings
2024-12-31 10:51:57 +09:00
test_local_working_copy.rs
store: inline tree_builder() function to callers
2025-07-18 21:36:13 +00:00
test_local_working_copy_concurrent.rs
test: introduce test helpers for creating repo path types
2025-04-15 14:42:23 +00:00
test_local_working_copy_sparse.rs
working copy: pass UserSettings to WorkingCopyFactory
2025-07-17 15:36:28 +00:00
test_merge_trees.rs
backend: add CopyId to TreeValue::File
2025-06-03 01:11:32 +00:00
test_merged_tree.rs
store: inline tree_builder() function to callers
2025-07-18 21:36:13 +00:00
test_mut_repo.rs
repo: mark view dirty after setting local bookmark target
2025-04-17 03:25:29 +00:00
test_operations.rs
index: don't preserve commits not referred to by operations/views
2025-07-03 09:06:21 +00:00
test_refs.rs
cleanup: enable unused_trait_names clippy lint and run clippy --fix
2025-03-16 00:35:56 +00:00
test_revset.rs
revset: don't resolve symbol expression to multiple revisions
2025-07-07 14:11:29 +00:00
test_revset_optimized.rs
tests: add proptest that compares optimized revset output
2025-06-22 01:55:50 +00:00
test_rewrite.rs
lib: add rustversion, turn off a clippy lint in nightly in tests
2025-06-24 01:01:25 +00:00
test_rewrite_duplicate.rs
test: introduce test helpers for creating repo path types
2025-04-15 14:42:23 +00:00
test_rewrite_transform.rs
repo: MutableRepo::transform_descendants_with_options: add new_parents_map
2025-04-05 16:03:03 +00:00
test_signing.rs
lib: rename the LocalBackend to SimpleBackend
2025-03-17 17:17:11 +00:00
test_ssh_signing.rs
tests: do not mark SSH private key as executable
2025-03-18 01:24:47 +00:00
test_view.rs
view: rename workspace "id" to "name"
2025-03-31 03:39:29 +00:00
test_workspace.rs
workspace: leverage path_from/to_bytes() helper
2025-06-27 10:19:50 +00:00