pub fn branch_parents(branches: &[String]) -> Result<Vec<(String, String)>>Expand description
(branch, parent) pairs for the branches that stack on something. A branch with no recorded parent is skipped, and so is a floor - it is the base the stack sits on, whatever parent it may have picked up, and callers use this to decide what to write to (review bodies, the metadata ref).