Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f263f853 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "PDL: tell ‘diff’ to output a colored diff"

parents d2374aaf c96647f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ pub fn diff(left: &str, right: &str) -> String {
    // We expect `diff` to be available on PATH.
    let output = Command::new("diff")
        .arg("--unified")
        .arg("--color=always")
        .arg("--label")
        .arg("left")
        .arg("--label")