jj/lib
Yuya Nishihara 0a73245b82 revset: move RevsetCommitRef::Root to RevsetExpression
For the same reason as the previous patch. It's nice if root() is considered
a "resolved" expression. With this change, most of the evaluate_programmatic()
callers won't have to do symbol resolution at all.
2024-11-04 09:20:46 +09:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src revset: move RevsetCommitRef::Root to RevsetExpression 2024-11-04 09:20:46 +09:00
tests revset: add RevsetExpression::present() as there's an external caller 2024-11-04 09:20:46 +09:00
testutils testutils: move global TestBackendData mapping to TestEnvironment 2024-11-02 08:39:02 +09:00
Cargo.toml cargo: add hashbrown dependency 2024-10-05 08:12:30 +09:00
LICENSE