pub fn build(
repo: &Repository,
state: &State,
) -> Result<Vec<GitRevision>, Error>Expand description
Walk commits reachable from new_revisions back through (and including) old_revisions, in oldest-first topological order.
pub fn build(
repo: &Repository,
state: &State,
) -> Result<Vec<GitRevision>, Error>Walk commits reachable from new_revisions back through (and including) old_revisions, in oldest-first topological order.