jj/cli
Yuya Nishihara 0a9ab49dc5 revset: do not reinterpret set&filter intersection as filter
We use a query `heads | (domain & ::heads & files(path))` in annotation process,
and it was silly that the whole expression was filtered within `all()`. We
should instead evaluate `heads | filter_within(domain & ::heads, files(path))`.

Fixes #6713
2025-06-13 00:23:59 +00:00
..
examples store: Add Send bounds to the AsyncRead future returned by read_file 2025-06-09 21:08:10 +00:00
src cli: op diff: show divergent commits individually 2025-06-12 10:33:57 +00:00
testing diff: Run external diff tools in their temp dir 2025-05-12 21:34:19 +00:00
tests revset: do not reinterpret set&filter intersection as filter 2025-06-13 00:23:59 +00:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml cargo: Add metadata to build .deb package with cargo-deb 2025-06-08 20:18:57 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00