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 templater: consolidate "unexpected expression" error constructors 2024-03-30 23:53:17 +09:00
src cli: replace last use of evaluate_revset() with evaluate_programmatic() 2024-04-01 10:08:44 +09:00
testing revset: substitute '~(::x)' to 'x..' 2024-03-17 14:50:48 +09:00
tests Fix the description of the --source arg in the jj rebase --help docs 2024-03-31 16:42:38 -04:00
build.rs
Cargo.toml test_conflicts and test_resolve_command: use indoc! to indent conflict markers in tests 2024-03-22 23:27:25 -07:00
LICENSE