ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 6004efb3b2 cli: replace last use of evaluate_revset() with evaluate_programmatic()
evaluate_programmatic() should be allowed here. AFAIK, the contract is that
the expression should never contain any bare symbols and "fallible" symbol-like
expressions, which doesn't apply to branches() and remote_branches() functions.

evaluate_revset() is removed because there are no callers. However, it's simple
and basic function, so we might want to reintroduce it if needed.
2024-04-01 10:08:44 +09:00
..
examples
src cli: replace last use of evaluate_revset() with evaluate_programmatic() 2024-04-01 10:08:44 +09:00
testing
tests
build.rs
Cargo.toml
LICENSE