Fix: refusing to record binary files interactively
Dependencies
- [2]
ISZ65SPQChecking that `pijul apply` does not destroy unrecorded changes - [3]
F6V27C3MFixing the "old file optimisation" in record, after the move to parallelisable records - [4]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in pijul/src/commands/record.rs at line 362
if rec.has_binary_files {if rec.has_binary_files && !self.all {