jj/lib
Martin von Zweigbergk e41acc1c16 workspace: avoid reloading stores when adding workspace
By calling `repo.loader()` on the existing repo, we reuse the same
commit store etc. That should make it easier to add out-of-tree
backends by removing one place we'd otherwise need to pass in a way of
creating a backend (now we reuse the instance that was already created
for the existing `repo`).
2022-09-25 09:40:42 -07:00
..
src workspace: avoid reloading stores when adding workspace 2022-09-25 09:40:42 -07:00
tests
build.rs
Cargo.toml