jj/lib
Yuya Nishihara 0e8f1ce579 revset: move RevsetCommitRef::VisibleHeads to RevsetExpression
I'm going to add RevsetExpression<State = Resolved|User> type parameter to
detect API misuse at compile time. VisibleHeads is similar to All, and appears
in generic expression substitution function where a concrete State type
shouldn't be known.
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 cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src revset: move RevsetCommitRef::VisibleHeads 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