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 cargo: bump prost-build from 0.11.7 to 0.11.8 2023-02-28 16:13:14 +00:00
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 index: load store based on type recorded in .jj/repo/index/type 2023-03-11 22:22:46 -08:00
build.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml cargo: bump insta from 1.28.0 to 1.29.0 2023-03-23 09:34:27 -07:00