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