ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara 0532301e03 revset: add latest(candidates, count) predicate
This serves the role of limit() in Mercurial. Since revsets in JJ is
(conceptually) an unordered set, a "limit" predicate should define its
ordering criteria. That's why the added predicate is named as "latest".

Closes #1110
2023-03-25 23:48:50 +09:00
..
gen-protos
src revset: add latest(candidates, count) predicate 2023-03-25 23:48:50 +09:00
tests revset: add latest(candidates, count) predicate 2023-03-25 23:48:50 +09:00
testutils
build.rs
Cargo.toml