Function delete_merged_branches

Source
pub fn delete_merged_branches(
    graph: &mut Graph,
    pulled_ids: impl Iterator<Item = Oid>,
) -> Vec<Branch>
Expand description

Drop branches merged among the pulled IDs

Marking it deleted in graph is purely superficial since nothing can act on it. The returned branches are the important part.