jj/cli/tests
Yuya Nishihara 00ae8603db tests: use get_log_output() helper in test_git_init.rs
It's copied from test_git_colocated.rs, and switched to commit_id.short()
because full-length commit_id looked too verbose. "all()" history isn't needed,
but it's easier to follow.
2024-06-01 11:01:16 +09:00
..
common
cli-reference@.md.snap
runner.rs backend: add error variant for access denied, handle when diffing 2024-05-30 18:27:38 -07:00
test_abandon_command.rs repo: when abandoning a working copy that a merge, recreate it 2024-05-29 06:54:30 -07:00
test_acls.rs backend: add error variant for access denied, handle when diffing 2024-05-30 18:27:38 -07:00
test_advance_branches.rs
test_alias.rs cli: add space around = in jj config list output 2024-05-24 19:35:45 -07:00
test_branch_command.rs
test_builtin_aliases.rs
test_cat_command.rs cat: slightly change warning message about non-file paths 2024-05-30 18:27:38 -07:00
test_checkout.rs
test_chmod_command.rs conflicts: label closing delimeter with conflict number 2024-05-20 18:36:51 -07:00
test_commit_command.rs
test_commit_template.rs
test_concurrent_operations.rs
test_config_command.rs cli: add space around = in jj config list output 2024-05-24 19:35:45 -07:00
test_debug_command.rs
test_describe_command.rs
test_diff_command.rs
test_diffedit_command.rs conflicts: label closing delimeter with conflict number 2024-05-20 18:36:51 -07:00
test_duplicate_command.rs
test_edit_command.rs
test_generate_md_cli_help.rs
test_git_clone.rs
test_git_colocated.rs cli: don't abandon non-discardable old wc commit by import_git_head() 2024-05-25 10:29:30 +09:00
test_git_fetch.rs
test_git_import_export.rs cargo: upgrade gix to version 0.63 2024-05-22 11:20:57 -07:00
test_git_init.rs tests: use get_log_output() helper in test_git_init.rs 2024-06-01 11:01:16 +09:00
test_git_push.rs test_git_push: test unexpectedly deleted branch 2024-05-29 00:57:50 -07:00
test_git_remotes.rs
test_git_submodule.rs
test_gitignores.rs
test_global_opts.rs
test_immutable_commits.rs
test_init_command.rs
test_interdiff_command.rs conflicts: label closing delimeter with conflict number 2024-05-20 18:36:51 -07:00
test_log_command.rs
test_move_command.rs
test_new_command.rs
test_next_prev_commands.rs
test_obslog_command.rs conflicts: label closing delimeter with conflict number 2024-05-20 18:36:51 -07:00
test_operations.rs conflicts: consider the empty tree a non-legacy tree 2024-05-27 06:25:27 -07:00
test_parallelize_command.rs
test_rebase_command.rs
test_repo_change_report.rs
test_resolve_command.rs conflicts: label closing delimeter with conflict number 2024-05-20 18:36:51 -07:00
test_restore_command.rs conflicts: label closing delimeter with conflict number 2024-05-20 18:36:51 -07:00
test_revset_output.rs revset: implement a 'reachable(src, domain)' expression 2024-05-21 10:52:31 -04:00
test_root.rs
test_shell_completion.rs
test_show_command.rs
test_sparse_command.rs
test_split_command.rs
test_squash_command.rs conflicts: label closing delimeter with conflict number 2024-05-20 18:36:51 -07:00
test_status_command.rs
test_tag_command.rs
test_templater.rs
test_undo.rs
test_unsquash_command.rs
test_untrack_command.rs
test_util_command.rs
test_working_copy.rs
test_workspaces.rs