ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara 4337a997cf revset: unify FilterRevset variants at RevsetExpression level
This helps to match '(filter, _) | (_, filter)' to rewrite the expression
tree. Only one predicate is allowed for now, but I think it can be extended
to internalize 'f(c) & g(c)' as '(g*f)(c)' to eliminate redundant lookup
of commit object.
2022-10-27 21:33:35 +09:00
..
src revset: unify FilterRevset variants at RevsetExpression level 2022-10-27 21:33:35 +09:00
tests cli: report fetch progress continuously 2022-10-23 12:13:25 -07:00
build.rs
Cargo.toml