Fix: refusing to record binary files interactively

pmeunier
Feb 24, 2023, 4:02 PM
7KZCGI32WDME5KOJDABBBLYDXGJZYL6FWMRKQBI6SQCN6JKPNRTQC

Dependencies

  • [2] ISZ65SPQ Checking that `pijul apply` does not destroy unrecorded changes
  • [3] F6V27C3M Fixing the "old file optimisation" in record, after the move to parallelisable records
  • [4] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in pijul/src/commands/record.rs at line 362
    [2.11][2.11:45]()
    if rec.has_binary_files {
    [2.11]
    [2.45]
    if rec.has_binary_files && !self.all {