jj/lib/tests
Yuya Nishihara 6237f3cdfd revset: fold nested parents expressions
Some other ancestors() expressions can also be substituted. Practically,
this is the rule to fold repeated '-' operators to evaluate them lazily.
2022-12-13 15:55:18 +09:00
..
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs
test_conflicts.rs Rename FileConflictData to ConflictHunk, use it in files.rs. 2022-12-03 15:12:40 -08:00
test_diff_summary.rs
test_git.rs git: on export, use repo view's git_refs as record of old export state 2022-12-03 09:32:49 -08:00
test_index.rs index: implement generation filter on RevWalkGenerationRange 2022-12-11 13:14:19 +09:00
test_init.rs
test_load_repo.rs
test_merge_trees.rs
test_mut_repo.rs
test_operations.rs
test_refs.rs
test_revset.rs revset: fold nested parents expressions 2022-12-13 15:55:18 +09:00
test_revset_graph_iterator.rs
test_rewrite.rs
test_view.rs view: test that merging divergent rewrites results in both commits visible 2022-12-01 19:20:38 -08:00
test_working_copy.rs
test_working_copy_concurrent.rs
test_working_copy_sparse.rs
test_workspace.rs