ok/jj
1
0
Fork 0
forked from mirrors/jj
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 cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml cargo: bump itertools from 0.10.4 to 0.10.5 2022-09-20 10:54:43 -07:00