jj/src
Martin von Zweigbergk 30939ca686 view: return &HashSet instead of Iterator
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.
2021-01-16 13:00:05 -08:00
..
commands.rs view: return &HashSet instead of Iterator 2021-01-16 13:00:05 -08:00
diff_edit.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
graphlog.rs import commit 0f15be02bf4012c116636913562691a0aaa7aed2 from my hg repo 2020-12-12 00:23:38 -08:00
lib.rs commands: add an interactive mode for jj restore 2020-12-26 01:16:19 -08:00
main.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
styler.rs log: include git refs in default templates 2021-01-10 20:13:31 -08:00
template.pest import commit 0f15be02bf4012c116636913562691a0aaa7aed2 from my hg repo 2020-12-12 00:23:38 -08:00
template_parser.rs log: include git refs in default templates 2021-01-10 20:13:31 -08:00
templater.rs log: include git refs in default templates 2021-01-10 20:13:31 -08:00
testutils.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
ui.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00