mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-08 10:08:40 +08:00
`Store::tree_builder()` returns a `TreeBuilder`. Almost all callers should be using the `MergedTreeBuilder` these days. This patch therefore removes `tree_builder()` to reduce the risk of accidentally using it.