jj/lib/tests
Emily Fox 3f8ac2198d commits: use empty strings instead of placeholders for missing name or email
This commit replaces the functions `UserSettings::user_name_placeholder()`` and
`UserSettings::user_email_placeholder()` with `const` `&str`s to emphasize that
the placeholder strings must not be changed to support commits without
names or email addresses made before this change.
2023-08-18 17:22:59 -05:00
..
test_bad_locking.rs
test_commit_builder.rs commits: use empty strings instead of placeholders for missing name or email 2023-08-18 17:22:59 -05:00
test_commit_concurrent.rs
test_conflicts.rs conflicts: remove redundant num_removes argument from parse_conflict() 2023-08-13 09:54:16 +00:00
test_default_revset_graph_iterator.rs
test_diff_summary.rs
test_git.rs git: propagate errors for missing commits when importing refs 2023-08-11 05:06:36 +00:00
test_id_prefix.rs
test_index.rs
test_init.rs commits: use empty strings instead of placeholders for missing name or email 2023-08-18 17:22:59 -05:00
test_load_repo.rs
test_merge_trees.rs
test_merged_tree.rs merged_tree: add path_value() 2023-08-15 07:56:55 -07:00
test_mut_repo.rs
test_operations.rs
test_refs.rs
test_revset.rs revset: add literal:"string" pattern syntax 2023-08-17 07:42:12 +09:00
test_rewrite.rs
test_view.rs tests: move commit_transactions() helper to testutils 2023-08-10 06:27:16 +09:00
test_working_copy.rs tests: hack around broken lint 2023-08-17 19:29:38 -07:00
test_working_copy_concurrent.rs testutils: propagate snapshot errors 2023-08-17 19:29:38 -07:00
test_working_copy_sparse.rs testutils: propagate snapshot errors 2023-08-17 19:29:38 -07:00
test_workspace.rs