pub fn conflicts_with_registry(
a: &Patch,
b: &Patch,
registry: &LatticeRegistry,
) -> Vec<Conflict>Expand description
Registry-aware conflict detection between two patches.
Behaves like PatchExt::conflicts_with, but suppresses conflicts
at paths where both patches use only LatticeMerge ops AND the
path is registered in the LatticeRegistry.