fix encoded file add
[?]
Feb 27, 2021, 2:02 AM
GDDYJH7AJYJ2DWTYVP6WS3FPPRTDRQAXZ2BH2CKIFGMIASTSLD4QCDependencies
- [2]
Q3GU26WDmerge with changes from sanakirja v1.1.2 - [3]
ZRUPLBBTColours in diff and change: separating concerns and dependencies - [4]
VO5OQW4WRemoving anyhow in libpijul - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [6]
VYHHOEYHVersions and formatting - [7]
YN63NUZOSanakirja 1.0
Change contents
- replacement in libpijul/src/tests/mod.rs at line 92
let Ok((hash, _)) = record_all_change(repo, store, txn, channel, prefix);let (hash, _) = record_all_change(repo, store, txn, channel, prefix).unwrap(); - edit in libpijul/src/record.rs at line 274
let encoding = working_copy.decode_file(&item.full_path, &mut self.rec.contents)?; - edit in libpijul/src/record.rs at line 275
let encoding = working_copy.decode_file(&item.full_path, &mut self.rec.contents)?; - replacement in libpijul/src/change/text_changes.rs at line 1205
write!(self, "{} {}", pref, contents)writeln!(self, "{} {}", pref, contents)