mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-09 10:29:53 +08: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
8.5 KiB
8.5 KiB