jj/lib/tests
Martin von Zweigbergk b84be06c08 conflicts: minimize diffs in materialized conflicts
One advantage of our conflict marker style (compared to the usual
3-way markers) is that they provide the user with the diff between the
base and one side so the user doesn't have to do that in their head
(which is how I use 3-way markers anyway). However, since we currently
always use the "first" side for the diff, that diff can be larger than
if we had picked the other side, which makes the marker style worse
than the usual 3-way markers. This has bothered me many times and it's
about time we fix it.
2022-07-12 07:46:45 -07:00
..
test_bad_locking.rs tests: move init_{repo,workspace} functions onto types 2022-05-21 22:33:16 -07:00
test_commit_builder.rs CommitBuilder: remove unneeded store arguments 2022-07-06 07:21:57 -07:00
test_commit_concurrent.rs tests: move init_{repo,workspace} functions onto types 2022-05-21 22:33:16 -07:00
test_conflicts.rs conflicts: minimize diffs in materialized conflicts 2022-07-12 07:46:45 -07:00
test_diff_summary.rs tests: remove &UserSettings argument from TestRepo::init() 2022-05-21 22:33:16 -07:00
test_git.rs tests: remove &UserSettings argument from TestRepo::init() 2022-05-21 22:33:16 -07:00
test_index.rs tests: remove &UserSettings argument from TestRepo::init() 2022-05-21 22:33:16 -07:00
test_init.rs tests: move init_{repo,workspace} functions onto types 2022-05-21 22:33:16 -07:00
test_load_repo.rs tests: remove &UserSettings argument from TestRepo::init() 2022-05-21 22:33:16 -07:00
test_merge_trees.rs CommitBuilder: remove unneeded store arguments 2022-07-06 07:21:57 -07:00
test_mut_repo.rs CommitBuilder: remove unneeded store arguments 2022-07-06 07:21:57 -07:00
test_operations.rs CommitBuilder: remove unneeded store arguments 2022-07-06 07:21:57 -07:00
test_refs.rs tests: move init_{repo,workspace} functions onto types 2022-05-21 22:33:16 -07:00
test_revset.rs CommitBuilder: remove unneeded store arguments 2022-07-06 07:21:57 -07:00
test_revset_graph_iterator.rs tests: remove &UserSettings argument from TestRepo::init() 2022-05-21 22:33:16 -07:00
test_rewrite.rs CommitBuilder: remove unneeded store arguments 2022-07-06 07:21:57 -07:00
test_view.rs CommitBuilder: remove unneeded store arguments 2022-07-06 07:21:57 -07:00
test_working_copy.rs cleanup: fix an unused import on Windows 2022-06-29 07:21:24 +08:00
test_working_copy_concurrent.rs working_copy: propagate most errors on checkout 2022-05-25 11:51:18 -07:00
test_working_copy_sparse.rs tests: move init_{repo,workspace} functions onto types 2022-05-21 22:33:16 -07:00
test_workspace.rs tests: move init_{repo,workspace} functions onto types 2022-05-21 22:33:16 -07:00