jj/cli
Evan Mesterhazy 3d267de53e Use CommitIteratorExt to replace .map(|c| c.id().clone())
This replaces `.map(|c| c.id().clone())` with `.ids().cloned()` to use nicer
syntax for getting `CommitId`s from an iterator of commits using the
`CommitIteratorExt` trait.

In one case we can actually call `.parent_ids()` directly. I also pluralized a
variable to make it clearer that it's a vec of IDs and not a single ID.
2024-04-19 08:16:42 -04:00
..
examples
src Use CommitIteratorExt to replace .map(|c| c.id().clone()) 2024-04-19 08:16:42 -04:00
testing
tests parallelize: make the command pass in more cases 2024-04-18 21:06:52 -07:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE