mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-02 18:01:05 +00:00
6ba684a395
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. |
||
---|---|---|
.. | ||
benches | ||
gen-protos | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |