ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/tests
Yuya Nishihara 003b40d276 merge_tools: load diff/merge editor settings by caller
This moves the config loading closer to CLI args where --tool=<name> option
will be processed. The factory function are proxied through the command helper
so that the base_ignores can be attached there later.
2024-03-02 10:31:27 +09:00
..
common tests: move strip_last_line() to common module 2024-03-01 08:51:06 +09:00
cli-reference@.md.snap cli: document that we create a new working-copy commit for abandoned one 2024-02-25 18:52:10 -08:00
runner.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_abandon_command.rs rewrite: default to not simplifying ancestor merges 2024-02-19 14:20:18 -08:00
test_alias.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_branch_command.rs cli branch list: list tracked branches 2024-02-26 01:05:07 +00:00
test_builtin_aliases.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_cat_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_checkout.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_chmod_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_commit_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_commit_template.rs templater: add string.len() and list.len() methods 2024-03-01 08:51:20 +09:00
test_concurrent_operations.rs op_store: add metadata flag for ops representing working-copy snapshot 2024-02-19 22:44:38 -08:00
test_config_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_debug_command.rs op_store: add metadata flag for ops representing working-copy snapshot 2024-02-19 22:44:38 -08:00
test_describe_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_diff_command.rs cli: don't ignore 'diff --tool=:builtin', report error 2024-03-01 08:51:06 +09:00
test_diffedit_command.rs merge_tools: process "ui.diff-instructions" option by caller 2024-03-02 10:31:27 +09:00
test_duplicate_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_edit_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_generate_md_cli_help.rs docs, CLI reference: use include-markdown instead of a symlink 2024-02-12 10:28:09 -08:00
test_git_clone.rs cli: list new remote branches during git fetch 2024-02-18 17:36:01 +01:00
test_git_colocated.rs cli: list new remote branches during git fetch 2024-02-18 17:36:01 +01:00
test_git_fetch.rs cli: list new remote branches during git fetch 2024-02-18 17:36:01 +01:00
test_git_import_export.rs cli: list new remote branches during git fetch 2024-02-18 17:36:01 +01:00
test_git_init.rs tests: move strip_last_line() to common module 2024-03-01 08:51:06 +09:00
test_git_push.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_git_remotes.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_git_submodule.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_gitignores.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_global_opts.rs tests: move strip_last_line() to common module 2024-03-01 08:51:06 +09:00
test_immutable_commits.rs cli: change default log revset to not include all tagged heads 2024-02-23 00:25:58 +09:00
test_init_command.rs tests: move strip_last_line() to common module 2024-03-01 08:51:06 +09:00
test_interdiff_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_log_command.rs templater: turn some integer overflow into evaluation error 2024-02-29 00:39:31 +09:00
test_move_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_new_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_next_prev_commands.rs next/prev: make --edit implied when already on non-head commit 2024-02-12 10:42:26 -08:00
test_obslog_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_operations.rs templater: turn some integer overflow into evaluation error 2024-02-29 00:39:31 +09:00
test_rebase_command.rs cli: make rebase --skip-empty keep already empty commits 2024-02-25 16:39:05 -08:00
test_repo_change_report.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_resolve_command.rs merge_tools: load diff/merge editor settings by caller 2024-03-02 10:31:27 +09:00
test_restore_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_revset_output.rs revset: add hint to innermost error 2024-02-28 09:03:04 +09:00
test_root.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_shell_completion.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_show_command.rs cli: make jj show accept a template to render its output 2024-02-10 21:54:52 +05:00
test_sparse_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_split_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_squash_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_status_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_tag_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_templater.rs templater: expand similarity hint with aliases 2024-02-28 09:03:04 +09:00
test_tree_level_conflicts.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_undo.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_unsquash_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_untrack_command.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_util_command.rs op_store: add metadata flag for ops representing working-copy snapshot 2024-02-19 22:44:38 -08:00
test_working_copy.rs compile integration tests as a single binary 2024-02-06 18:19:41 -08:00
test_workspaces.rs workspace: make recovery commit empty instead of deleting everything 2024-02-27 06:45:25 -08:00