Fixing a compilation error
[?]
Apr 29, 2021, 3:56 PM
VSTBTRYEZOZPPEIBDFVF2WQKPOJBZTS77SOZVDBPR2IKFHH67U5ACDependencies
- [2]
ZPGXYRIHpijul diff: println should really be writeln everywhere - [3]
YDKNUL6BAdd `diff --short` that lists changes without showing them - [4]
I52XSRUHMassive cleanup, and simplification - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in pijul/src/commands/diff.rs at line 160
writeln!("{}", ch)?;writeln!(stdout, "{}", ch)?;