Skip to main content

conflicts_for_cone

Function conflicts_for_cone 

Source
pub fn conflicts_for_cone(commit: &Commit, cone: &[String]) -> ConflictReport
Expand description

Splits commit’s conflicts into what cone covers and what it does not.

Pure, and deliberately takes the commit rather than a store handle: redaction that needed I/O would be redaction that can fail open.