jj/lib
Martin von Zweigbergk 9f9e356f3d revset: use the default index impl more in default revset engine
We already pass a `CompositeIndex` to
`default_revset_engine::evaluate()` so let's use that wherever we
currently use `repo.index()`. That will help us remove the `repo`
argument, and it will also let us internal types (like `IndexEntry`)
in the index methods we call.
2023-03-30 20:15:45 -07:00
..
benches benches: group unchanged/modified/reversed-line diffs together 2023-03-27 23:38:56 +09:00
gen-protos
src revset: use the default index impl more in default revset engine 2023-03-30 20:15:45 -07:00
tests revset: remove public_heads() 2023-03-30 20:15:45 -07:00
testutils cargo: bump tempfile from 3.4.0 to 3.5.0 2023-03-30 16:38:19 +00:00
build.rs
Cargo.toml op_store: drop support for upgrading from Thrift implementation 2023-03-30 20:00:33 -07:00