invoke_external_diff

Function invoke_external_diff 

Source
pub fn invoke_external_diff(
    ui: &Ui,
    writer: &mut dyn Write,
    tool: &ExternalMergeTool,
    diff_dir: &Path,
    patterns: &HashMap<&str, String>,
) -> Result<(), DiffGenerateError>
Expand description

Invokes the specified tool directing its output into writer.