ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara 33beb8d456 fileset: add recursive iterator over explicit paths
The primary use case is to warn unmatched paths. I originally thought paths in
negated expressions shouldn't be checked, but doing that seems rather
inconsistent than useful. For example, "~x" in "jj split '~x'" should match at
least one file to split to non-empty revisions.
2024-04-11 00:51:19 +09:00
..
benches
gen-protos
proc-macros cargo: mark the jj-lib-proc-macros crate for publish 2024-03-06 20:35:38 -08:00
src fileset: add recursive iterator over explicit paths 2024-04-11 00:51:19 +09:00
tests revset: migrate file() predicate to be based on FilesetExpression 2024-04-06 23:59:54 +09:00
testutils
Cargo.toml test_conflicts and test_resolve_command: use indoc! to indent conflict markers in tests 2024-03-22 23:27:25 -07:00
LICENSE