fix color output for diff and change commands

hardy7cc
Oct 28, 2023, 11:55 AM
GHEOU353PGMHVT4NFKIZ2LFIR3PFQWJDA4KJCVETLO25C7JMILSQC

Dependencies

  • [2] 5FI6SBEZ Re-implement change printing and parsing
  • [3] SMMRGKCX Recursive file deletions: show the correct paths

Change contents

  • replacement in libpijul/src/change/printable.rs at line 641
    [2.53242][2.53242:53288]()
    writeln!(w, "{} {}", prefix, a)?;
    [2.53242]
    [2.53288]
    w.write_change_line(prefix, a)?;