jj/lib
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
..
protos view: add tracking of "public" heads (copying Mercurial's phase concept) 2021-01-16 11:48:35 -08:00
src view: return &HashSet instead of Iterator 2021-01-16 13:00:05 -08:00
tests view: return &HashSet instead of Iterator 2021-01-16 13:00:05 -08:00
build.rs
Cargo.toml cargo: release 0.1.1 2021-01-03 23:06:46 -08:00