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