mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
We want to be able to be able to do fast `.contains()` checks on the result, so `Iterator` was a bad type. We probably should hide the exact type (currently `HashSet` for both readonly and mutable views), but we can do that later. I actually thought I'd want to use `.contains()` for indiciting public-phase commits in the log output, but of course want to also indicate ancestors as public. This still seem like a step (mostly) in the right direction. |
||
|---|---|---|
| .. | ||
| commands.rs | ||
| diff_edit.rs | ||
| graphlog.rs | ||
| lib.rs | ||
| main.rs | ||
| styler.rs | ||
| template.pest | ||
| template_parser.rs | ||
| templater.rs | ||
| testutils.rs | ||
| ui.rs | ||