ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara f2e7a5ad03 revset: introduce trait that turns evaluated revset into predicate function
This allows us to evaluate 's1 & (f() | s2)' as 's1.iter().filter(f || s2)'
instead of 's1 & (all.iter().filter(f) | s2)'.
2022-12-07 11:01:59 +09:00
..
src revset: introduce trait that turns evaluated revset into predicate function 2022-12-07 11:01:59 +09:00
tests Rename FileConflictData to ConflictHunk, use it in files.rs. 2022-12-03 15:12:40 -08:00
testutils release: release version 0.6.1 2022-12-05 20:50:48 -08:00
build.rs
Cargo.toml cargo: bump pest_derive from 2.5.0 to 2.5.1 2022-12-06 08:11:18 -08:00