pub fn walk_predecessors(
repo: &ReadonlyRepo,
start_commits: &[CommitId],
) -> impl Stream<Item = Result<CommitEvolutionEntry, WalkPredecessorsError>> + use<>Expand description
Walks operations to emit commit predecessors in reverse topological order.