fix color output for diff and change commands
Dependencies
- [2]
5FI6SBEZRe-implement change printing and parsing - [3]
SMMRGKCXRecursive file deletions: show the correct paths
Change contents
- replacement in libpijul/src/change/printable.rs at line 641
writeln!(w, "{} {}", prefix, a)?;w.write_change_line(prefix, a)?;