ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/tests
Martin von Zweigbergk d80903ce48 index: also index predecessors
Evolution needs to have fast access to the predecessors. This change
adds that information to the commit index.

Evolution also needs fast access to the change id and the bit saying
whether a commit is pruned. We'll add those soon.

Some tests changed because they previously added commits with
predecessors that were not indexed, which is no longer allowed from
this change. (We'll probably eventually want to allow that again, so
that the user can prune predecessors they no longer care about from
the repo.)
2021-02-26 10:33:34 -08:00
..
test_bad_locking.rs
test_commit_builder.rs index: also index predecessors 2021-02-26 10:33:34 -08:00
test_commit_concurrent.rs
test_diff_summary.rs
test_evolution.rs evolve: pass Transaction to listener functions, so they see the updated state 2021-02-21 22:27:13 -08:00
test_git.rs transaction: add accessors for view and evolution directly on transaction 2021-02-13 13:43:48 -08:00
test_index.rs index: when writing incremental index, squash into parent file if smaller 2021-02-16 23:47:43 -08:00
test_init.rs
test_load_repo.rs
test_merge_trees.rs
test_operations.rs transaction: add accessors for view and evolution directly on transaction 2021-02-13 13:43:48 -08:00
test_transaction.rs transaction: write incremental index on commit 2021-02-15 11:03:41 -08:00
test_view.rs transaction: add accessors for view and evolution directly on transaction 2021-02-13 13:43:48 -08:00
test_working_copy.rs
test_working_copy_concurrent.rs