Skip to main content

branch_parents

Function branch_parents 

Source
pub fn branch_parents(branches: &[String]) -> Result<Vec<(String, String)>>
Expand description

(branch, parent) pairs for the branches that have a stack parent; branches without one are skipped.