pub fn conflicts_for_cone(commit: &Commit, cone: &[String]) -> ConflictReportExpand 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.