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