jj/lib
Martin von Zweigbergk 6c9cefb8a0 revset: make evaluate_revset() private and use it internally
I'd like to be able to change the return type of `evaluate_revset()`
to be an internal type. Since all external callers currently call the
function via `RevsetExpression::evaluate()`, it turns out it's easy to
make it private. To benefit from an internal type, we also need to
make the recursive calls be directly to the internal function.
2023-03-13 07:20:35 -07:00
..
gen-protos
src revset: make evaluate_revset() private and use it internally 2023-03-13 07:20:35 -07:00
tests
testutils
build.rs
Cargo.toml