jj/lib
Martin von Zweigbergk 00fb670c9c index: make Index::load() return Arc<IndexFile> instead of Index
This removes one level of indirection, which is nice because it was
visible to the callers. The `Index` struct is now empty. The next step
is obviously to delete it (and perhaps rename `IndexFile` to `Index`
or `ReadonlyIndex`).
2020-12-18 16:12:45 -08:00
..
protos releasing: add copyright header also to generated files 2020-12-15 18:36:23 -08:00
src index: make Index::load() return Arc<IndexFile> instead of Index 2020-12-18 16:12:45 -08:00
tests index: make Index::load() return Arc<IndexFile> instead of Index 2020-12-18 16:12:45 -08:00
Cargo.toml import commit 0f15be02bf4012c116636913562691a0aaa7aed2 from my hg repo 2020-12-12 00:23:38 -08:00