jj/tests
Ilya Grigoriev 93b7b34871 Add --config-toml command-line argument for additional TOML config
Unfortunately, TOML requires quotes around the argument. So, the
usage is `jj --config-toml ui.color=\"always\"` in bash. The plan is
to eventually have a `--config` option with simpler syntax for
simple cases.

As discussed in https://github.com/martinvonz/jj/discussions/688.
2022-11-05 21:21:33 -07:00
..
common tests: replace test env path in output by $TEST_ENV 2022-11-03 19:27:17 -07:00
test_alias.rs Include @ in the default revset 2022-10-19 13:30:16 -07:00
test_branch_command.rs
test_checkout.rs cli: drop support for ui.enable-open-commits config 2022-11-05 06:14:37 -07:00
test_commit_command.rs cli: add commit as its own command (not an alias for close) 2022-11-05 06:14:37 -07:00
test_concurrent_operations.rs cli: when merging concurrent operations, snapshot afterwards 2022-10-12 06:22:38 -07:00
test_describe_command.rs cli: make jj move/squash/unsquash ask for combined description 2022-08-30 21:41:26 -07:00
test_diff_command.rs diff: make sure word diff print final newline 2022-07-07 23:29:18 +09:00
test_edit_command.rs tests: avoid about-to-be-deleted open template keyword 2022-11-05 06:14:37 -07:00
test_git_clone.rs Fixes suggested by new version of Clippy 2022-11-03 21:38:16 -07:00
test_git_colocated.rs tests: avoid about-to-be-deleted close command 2022-11-05 06:14:37 -07:00
test_git_push.rs tests: avoid about-to-be-deleted close command 2022-11-05 06:14:37 -07:00
test_git_remotes.rs cli: add git remote rename subcommand 2022-10-20 11:04:16 -07:00
test_gitignores.rs
test_global_opts.rs Add --config-toml command-line argument for additional TOML config 2022-11-05 21:21:33 -07:00
test_init_command.rs cli: handle init destination error gracefully 2022-11-05 22:50:29 +09:00
test_interdiff_command.rs conflicts: change diff line marker to %%%%%%% 2022-09-20 15:26:29 +09:00
test_log_command.rs revset: implement file(pattern[, candidates]) predicate 2022-10-24 01:48:00 +09:00
test_move_command.rs cli: make jj move/squash/unsquash ask for combined description 2022-08-30 21:41:26 -07:00
test_new_command.rs cli: fix crash on "jj merge whatever root" 2022-09-01 13:36:17 +09:00
test_obslog_command.rs Fixes suggested by new version of Clippy 2022-11-03 21:38:16 -07:00
test_operations.rs Include @ in the default revset 2022-10-19 13:30:16 -07:00
test_print_command.rs conflicts: change diff line marker to %%%%%%% 2022-09-20 15:26:29 +09:00
test_rebase_command.rs test_rebase_command: avoid unnecessary close command 2022-11-05 06:14:37 -07:00
test_restore_command.rs
test_revset_output.rs revset: report bad number of arguments with span 2022-11-03 09:41:04 +09:00
test_sparse_command.rs
test_split_command.rs
test_squash_command.rs tests: use jj new instead of jj merge in tests 2022-08-31 07:51:32 -07:00
test_touchup_command.rs Fixes suggested by new version of Clippy 2022-11-03 21:38:16 -07:00
test_undo.rs
test_unsquash_command.rs tests: use jj new instead of jj merge in tests 2022-08-31 07:51:32 -07:00
test_untrack_command.rs cli: disallow initializing repo with native backend by default 2022-10-09 01:00:03 -07:00
test_workspaces.rs tests: avoid about-to-be-deleted close command 2022-11-05 06:14:37 -07:00