ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Evan Mesterhazy d4a04779c0 Make check_rewritable take an iterator of &CommitId instead of &Commit
This function doesn't actually need commits, it only needs their IDs. In some
contexts we may only have commit IDs, so there's no need to require an iterator
of Commits.

This commit also adds a `CommitIteratorExt` that makes it easy to convert an
iterator of `&Commit` to an iterator of `&CommitId`.
2024-04-04 09:31:17 -04:00
..
examples cli: use RevisionArg type in "resolve -r", "bench", and example command 2024-04-03 15:30:30 +09:00
src Make check_rewritable take an iterator of &CommitId instead of &Commit 2024-04-04 09:31:17 -04:00
testing
tests cli: print conflicted paths whenever the working copy is changed 2024-04-04 11:24:09 +08:00
build.rs
Cargo.toml
LICENSE