ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/tests
Yuya Nishihara b6e06f6dc9 cli: use deserialize to parse alias definition
Unfortunately, config::Value is lax and '[7]' could be parsed as '["7"]'.
I don't like it, but I think that's actually better for consistency as we
use config.get_string() in various places.
2022-12-07 23:26:11 +09:00
..
common Test basic jj resolve functionality 2022-12-03 15:12:40 -08:00
test_alias.rs cli: use deserialize to parse alias definition 2022-12-07 23:26:11 +09:00
test_branch_command.rs
test_checkout.rs
test_commit_command.rs
test_concurrent_operations.rs
test_describe_command.rs
test_diff_command.rs
test_edit_command.rs
test_git_clone.rs cli: on clone, turn local git remote to absolute path 2022-12-07 14:14:31 +09:00
test_git_colocated.rs
test_git_export.rs
test_git_push.rs
test_git_remotes.rs
test_gitignores.rs
test_global_opts.rs cli: add --no-pager 2022-11-30 06:14:39 +08: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
test_print_command.rs
test_rebase_command.rs
test_resolve_command.rs Remove insta::assert_snapshot that causes a failure with insta 1.22 2022-12-05 22:29:05 -08:00
test_restore_command.rs Make the choice and arguments of mergetool configurable 2022-12-03 15:12:40 -08:00
test_revset_output.rs
test_show_command.rs
test_sparse_command.rs
test_split_command.rs
test_squash_command.rs
test_status_command.rs cli: make jj status not just care about the first parent 2022-12-04 22:29:12 -08:00
test_templater.rs
test_touchup_command.rs Make the choice and arguments of mergetool configurable 2022-12-03 15:12:40 -08:00
test_undo.rs
test_unsquash_command.rs
test_untrack_command.rs
test_workspaces.rs cli: add a command for updating a stale working copy 2022-12-05 08:50:52 -08:00