pub fn open_loops(repo: &Path, root_label: &str) -> Result<Vec<OpenLoop>>
Returns all unmerged branches (except default) in a repo.
Returns Err if git fails or if the default branch is not found.
Err