Minor formatting

pmeunier
Sep 15, 2021, 3:32 PM
COYHX6ORJ4O6F74RQFOV67UW4MLR6IIRDVXAO7ILE74LF5PFEZRQC

Dependencies

  • [2] RZ2FSIQ2 Fixing `pijul add -r .`
  • [3] 3QGE6HRD Version bump (upgrade to zstd-seekable 0.2, take 2)
  • [4] SMMBFECL Converting to the new patch format "online"
  • [5] HSEYMLO2 Adding an untracked change iterator
  • [6] VO5OQW4W Removing anyhow in libpijul
  • [*] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in "libpijul/src/working_copy/filesystem.rs" at line 177
    [2.56][2.56:81]()
    continue
    [2.56]
    [2.81]
    continue;
  • replacement in "libpijul/src/change/change_file.rs" at line 87
    [4.92372][3.235:292](),[3.292][4.92438:92505](),[4.92438][4.92438:92505](),[4.92505][3.293:316]()
    Some(zstd_seekable::Seekable::init(OffFile {
    f: r,
    start: offsets.contents_off,
    }, None)?)
    [4.92372]
    [4.92523]
    Some(zstd_seekable::Seekable::init(
    OffFile {
    f: r,
    start: offsets.contents_off,
    },
    None,
    )?)