jj/lib/tests
Yuya Nishihara 8ed9c36377 git: in import_refs(), use sorted vec as map of bookmarks/tags
For consistency with export_refs().

changed_git_refs doesn't have to be sorted, but the sorting cost wouldn't matter
in practice.
2025-03-23 01:32:29 +00:00
..
runner.rs jj fix: Refactor jj fix CLI, move some logic to lib to make it usable in other tools (e.g. in servers). 2025-03-16 17:59:22 +00:00
test_annotate.rs annotate: report root commit id if no origin found within range 2025-03-17 10:57:33 +00:00
test_bad_locking.rs lib: rename the LocalBackend to SimpleBackend 2025-03-17 17:17:11 +00:00
test_commit_builder.rs lib: rename the LocalBackend to SimpleBackend 2025-03-17 17:17:11 +00:00
test_commit_concurrent.rs lib: rename the LocalBackend to SimpleBackend 2025-03-17 17:17:11 +00:00
test_conflicts.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_default_revset_graph_iterator.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_fix.rs jj fix: Refactor jj fix CLI, move some logic to lib to make it usable in other tools (e.g. in servers). 2025-03-16 17:59:22 +00:00
test_git.rs git: in import_refs(), use sorted vec as map of bookmarks/tags 2025-03-23 01:32:29 +00:00
test_git_backend.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_gpg.rs signing: add gpgsm backend 2025-03-20 17:01:39 +00:00
test_id_prefix.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_index.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_init.rs lib: rename the LocalBackend to SimpleBackend 2025-03-17 17:17:11 +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 lib: rename the LocalBackend to SimpleBackend 2025-03-17 17:17:11 +00:00
test_local_working_copy_concurrent.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_local_working_copy_sparse.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_merge_trees.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_merged_tree.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_mut_repo.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_operations.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +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 cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_rewrite.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_rewrite_duplicate.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_rewrite_transform.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +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 cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
test_workspace.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00