ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk 4c5695f0cd index_store: take OperationId when writing new index
By taking an `OperationId` argument to `IndexStore::write_index()`, we
can remove `associate_file_with_operation()` from the trait. That
simplifies the interace a little bit. The reason I noticed this was
that I'm trying to extract a trait for `IndexStore`, and the word
"file" in it is too specific for e.g. a cloud-based implementation.
2023-02-27 09:44:28 -08:00
..
gen-protos cargo: bump prost-build from 0.11.6 to 0.11.7 2023-02-24 11:55:41 +09:00
src index_store: take OperationId when writing new index 2023-02-27 09:44:28 -08:00
tests repo: propagate error when failing to look up backend type 2023-02-27 09:44:28 -08:00
testutils repo: propagate error when failing to look up backend type 2023-02-27 09:44:28 -08:00
build.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml cargo: bump prost from 0.11.6 to 0.11.7 2023-02-23 15:32:35 +00:00