jj/lib
Yuya Nishihara 6ba684a395 index: replace use of walk_revs() with revset API
I've added a helper function because the construction of the range expression
is a bit noisy. It could be a Repo method, but I don't want to make it a
default implementation of the trait method.

revset::walk_revs() let the caller handle RevsetEvaluationError since the
evaluation engine may error out even with such a trivial query. For now, most
callers just .unwrap() the error as before.
2023-05-24 01:02:37 +09:00
..
benches
gen-protos
src index: replace use of walk_revs() with revset API 2023-05-24 01:02:37 +09:00
tests cleanup: leverage scoped thread in tests 2023-05-21 21:02:58 +09:00
testutils
build.rs
Cargo.toml cargo: bump digest from 0.10.6 to 0.10.7 2023-05-22 16:16:04 +00:00