ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/tests
Martin von Zweigbergk 726b29978d tests: show failure in git-shared working copy after deleting commit in git
Since 57ba9a9409, if the automatic import from git results in some
abandoned commit, that information gets recorded in the `MutableRepo`,
but I forgot to add a call to rebase the descendants. That causes a
failed assertion at
81a8cfefcb/lib/src/transaction.rs (L86). This
patch add a test showing that failure.
2022-05-02 17:01:38 -07:00
..
common tests: add tests for jj describe 2022-04-10 09:13:51 -07:00
smoke_test.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_branch_command.rs cli: make jj branch --revision/--delete/--forget mutually-exclusive 2022-05-02 13:44:17 -07:00
test_concurrent_operations.rs cli: add hard-coded support for specifying previous operation 2022-04-26 10:42:29 -07:00
test_describe_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_diff_command.rs tests: add tests for jj diff 2022-04-02 14:22:58 -07:00
test_edit_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_git_colocated.rs tests: show failure in git-shared working copy after deleting commit in git 2022-05-02 17:01:38 -07:00
test_git_push.rs cli: add a mode of pushing with branch taken from change ID 2022-04-29 15:55:03 -07:00
test_git_remotes.rs cli: add a command for listing git remotes and their URLs 2022-04-29 14:08:24 -07:00
test_gitignores.rs tests: move testutils from src/ to tests/ 2022-04-02 14:22:58 -07:00
test_global_opts.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_init_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_log_command.rs tests: move testutils from src/ to tests/ 2022-04-02 14:22:58 -07:00
test_move_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_new.rs tests: use jj_cmd_success() in one more place 2022-04-14 23:46:28 -07:00
test_operations.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_print_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_rebase_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_restore_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_sparse_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_split_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_squash_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_undo.rs cli: make operation to undo or restore to a positional argument 2022-04-25 17:29:48 -07:00
test_untrack_command.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00
test_workspaces.rs tests: re-run with insta crate version b9d99e87065b 2022-04-28 16:55:10 -07:00