Don't add a file to revtree if we didn't add it to tree
[?]
Mar 1, 2021, 9:03 PM
IVFOZZFZQLXBRXPKKR4YHCNZGNVIPG67NJICAGISDU6CMOHTQHBACDependencies
- [2]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [3]
YN63NUZOSanakirja 1.0 - [4]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [5]
I52XSRUHMassive cleanup, and simplification - [6]
VO5OQW4WRemoving anyhow in libpijul - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in libpijul/src/pristine/mod.rs at line 1606
txn.put_tree(file_id, inode)?;txn.put_revtree(inode, file_id)?;if txn.put_tree(file_id, inode)? {txn.put_revtree(inode, file_id)?;}