jj/lib
Martin von Zweigbergk 002ec1ac68 revset: move internal_evaluate() onto new context type
I'm about to replace the `&dyn Repo` argument by several smaller
types, and it's easier to collect those in a single context type than
to pass them separately as arguments.

I also moved `revset_for_commit_ids()` and `take_latest_revset()` onto
the new type because it was easy. `build_predicate_fn()` and
`has_diff_from_parent()` ran into some lifetime issue when I tried.
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 cargo: bump prost-build from 0.11.7 to 0.11.8 2023-02-28 16:13:14 +00:00
src revset: move internal_evaluate() onto new context type 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 lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml op_store: drop support for upgrading from Thrift implementation 2023-03-30 20:00:33 -07:00