ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk bbd6ef0c7b revset: remove filter_by_diff(), have caller intersect expression
To be able to make e.g. `jj log some/path` perform well on cloud-based
repos, a custom revset engine needs to be able to see the paths to
filter by. That way it is able pass those to a server-side index. This
commit helps with that by effectively converting `jj log -r foo
some/path` into `jj log -r 'foo & file(some/path)'`.
2023-02-28 17:45:34 -08: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: remove filter_by_diff(), have caller intersect expression 2023-02-28 17:45:34 -08:00
tests revset: remove filter_by_diff(), have caller intersect expression 2023-02-28 17:45:34 -08:00
testutils cargo: bump tempfile from 3.3.0 to 3.4.0 2023-02-27 11:06:51 -08:00
build.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml cargo: bump tempfile from 3.3.0 to 3.4.0 2023-02-27 11:06:51 -08:00