mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
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 |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| docs | ||
| LICENSE | ||