jj/tests
Martin von Zweigbergk c7fb8709b4 cli: when export to git fails, report failed branches
This adds a warning whenever export to the backing Git repo fails,
whether it's by an explicit `jj git export` or an automatic export. It
might be too spammy to print the message after every failed command in
the colocated case, but let's try it and see.
2022-11-26 06:05:29 -10:00
..
common operations: allow overriding timestamps for tests 2022-11-24 16:00:20 -10:00
test_alias.rs
test_branch_command.rs
test_checkout.rs
test_commit_command.rs Fix some cargo +nightly clippy warnings 2022-11-24 20:29:17 -08:00
test_concurrent_operations.rs tests: use snapshot testing for operation log 2022-11-24 16:00:20 -10:00
test_describe_command.rs
test_diff_command.rs
test_edit_command.rs
test_git_clone.rs
test_git_colocated.rs cli: when export to git fails, report failed branches 2022-11-26 06:05:29 -10:00
test_git_export.rs cli: when export to git fails, report failed branches 2022-11-26 06:05:29 -10:00
test_git_push.rs
test_git_remotes.rs
test_gitignores.rs
test_global_opts.rs feature: add verbose flag and tracing library 2022-11-24 16:35:14 +10:00
test_init_command.rs
test_interdiff_command.rs
test_log_command.rs
test_move_command.rs
test_new_command.rs
test_obslog_command.rs
test_operations.rs tests: use snapshot testing for operation log 2022-11-24 16:00:20 -10:00
test_print_command.rs
test_rebase_command.rs
test_restore_command.rs
test_revset_output.rs revset: combine operator parsing steps 2022-11-25 11:01:15 +09:00
test_sparse_command.rs
test_split_command.rs Test split commit message 2022-11-24 20:29:17 -08:00
test_squash_command.rs
test_templater.rs
test_touchup_command.rs
test_undo.rs
test_unsquash_command.rs
test_untrack_command.rs
test_workspaces.rs