jj/lib
Martin von Zweigbergk 26581750fe store: add a empty_merged_tree_id() helper
Many (most?) callers of `Store::empty_tree_id()` really want a
`MergedTreeId`, so let's create a helper for that. It returns the
`Legacy` variant, which is what all current callers used. That should
be all we need since the two variants compare equal these days, and
since trees built based on the legacy variant can get promoted to the
new variant on write if the config is enabled.
2023-08-30 19:58:42 -07:00
..
benches cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
gen-protos Use { workspace = true } to appease VS Code's Cargo.toml parser 2023-08-22 21:38:53 -07:00
src store: add a empty_merged_tree_id() helper 2023-08-30 19:58:42 -07:00
tests store: add a empty_merged_tree_id() helper 2023-08-30 19:58:42 -07:00
testutils tests: make dump_tree() work with merged trees 2023-08-30 06:17:21 -07:00
Cargo.toml merged_tree: add diff iterator 2023-08-25 06:40:36 -07:00