Fixing the unrecord of tags
Dependencies
- [2]
C267PHOHTags: dropping useless Hashes in favour of Merkles - [*]
QL6K2ZM3Tags - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [*]
YN63NUZOSanakirja 1.0 - [*]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump
Change contents
- edit in pijul/src/commands/tag.rs at line 200
debug!("tag path {:?}", tag_path); - edit in libpijul/src/unrecord/mod.rs at line 132
let tags = txn.tags_mut(channel);txn.del_tags(tags, timestamp.into())?; - edit in libpijul/src/pristine/sanakirja.rs at line 1751[6.85415][7.50930]
}fn tags_mut<'a>(&mut self, channel: &'a mut Self::Channel) -> &'a mut Self::Tags {&mut channel.tags - edit in libpijul/src/pristine/mod.rs at line 1801
fn tags_mut<'a>(&mut self, channel: &'a mut Self::Channel) -> &'a mut Self::Tags;