jj/lib/tests
Ivan Petkov 1df3c5d3b7 lib/git: support temporarily fetching all tags as part of a fetch
By default `git clone` will fetch all tags on a remote (unless
`--no-tags` is specified). Eventually we'll want to support the same
behavior, though since we first configure a remote and then fetch, we'll
need to configure the remote with the correct *general* tag fetching
behavior, but still perform the first fetch with all tags included.
2025-08-17 15:48:36 +00:00
..
runner.rs local working copy: add support for EOL conversion 2025-07-17 15:36:28 +00:00
test_annotate.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_bad_locking.rs tests: add a helper for writing random commit with given parents 2025-07-31 04:56:34 +00:00
test_commit_builder.rs commit_builder: make .generate_new_change_id() not imply commit is duplicated 2025-08-14 08:44:32 +00:00
test_commit_concurrent.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_conflicts.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_default_revset_graph_iterator.rs revset_graph: fix out-of-bounds bit set lookup in remove_transitive_edges() 2025-08-07 14:46:08 +00:00
test_eol.rs eol: convert the EOL for conflict on update 2025-07-31 15:04:34 +00:00
test_evolution_predecessors.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_fix.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_git.rs lib/git: support temporarily fetching all tags as part of a fetch 2025-08-17 15:48:36 +00:00
test_git_backend.rs index: let MutableIndex::add_commit() return error 2025-08-01 01:12:32 +00:00
test_gpg.rs cli lib: make use of Self consistent 2025-07-27 00:12:02 +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: add function to build changed-path index at certain operation 2025-08-15 11:46:49 +00:00
test_init.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_load_repo.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_local_working_copy.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_local_working_copy_concurrent.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_local_working_copy_sparse.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_merge_trees.rs rewrite: make CommitRewriter::rebase() async 2025-08-06 03:12:05 +00:00
test_merged_tree.rs tests: slightly clarify a comment 2025-08-05 14:29:57 +00:00
test_mut_repo.rs tests: remove CommitGraphBuilder 2025-07-31 04:56:34 +00:00
test_operations.rs tests: remove CommitGraphBuilder 2025-07-31 04:56:34 +00:00
test_refs.rs tests: remove CommitGraphBuilder 2025-07-31 04:56:34 +00:00
test_revset.rs revset: integrate change-path index 2025-08-15 11:46:49 +00:00
test_revset_optimized.rs revset: add first_parent() function 2025-07-31 22:17:05 +00:00
test_rewrite.rs tests: remove CommitGraphBuilder 2025-07-31 04:56:34 +00:00
test_rewrite_duplicate.rs rewrite: make duplicate_commits() async 2025-08-06 03:12:05 +00:00
test_rewrite_transform.rs rewrite: make CommitRewriter::rebase() async 2025-08-06 03:12:05 +00:00
test_signing.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00
test_ssh_signing.rs ssh-signing: add revocation-list option 2025-07-29 12:46:36 +00:00
test_view.rs tests: remove CommitGraphBuilder 2025-07-31 04:56:34 +00:00
test_workspace.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00