jj/lib
Yuya Nishihara 50363419fb revset: substitute '~(::x)' to 'x..'
Suppose we have an alias 'immutable()' = '::immutable_heads()', user can
express (visible) mutable set as '~immutable()'. 'immutable_heads()..' can
terminate early, but a generic difference 'all() & ~immutable()' can't.
2024-03-17 14:50:48 +09:00
..
benches
gen-protos
proc-macros
src revset: substitute '~(::x)' to 'x..' 2024-03-17 14:50:48 +09:00
tests revset: add substitution rule for "::x & ~(::y-)" 2024-03-17 14:50:48 +09:00
testutils
Cargo.toml
LICENSE