jj/cli
dploch a49da4ad01 revset: implement a 'reachable(src, domain)' expression
This revset correctly implements "reachability" from a set of source commits following both parent and child edges as far as they can go within a domain set. This type of 'bfs' query is currently impossible to express with existing revset functions.
2024-05-21 10:52:31 -04:00
..
examples revset: support custom filter extensions 2024-05-06 10:42:01 -04:00
src jj config list: escape keys 2024-05-20 22:39:56 -07:00
testing revset: add support for file(kind:pattern) syntax 2024-04-07 19:43:29 +09:00
tests revset: implement a 'reachable(src, domain)' expression 2024-05-21 10:52:31 -04:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE