When unrecording, report "change not in channel" if that is the case *before* trying to load the change
Dependencies
- [2]
ZDK3GNDBTag transactions (including a massive refactoring of errors) - [3]
2RXOCWUWMaking libpijul deterministic (and getting rid of `rand`) - [4]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [5]
VO5OQW4WRemoving anyhow in libpijul - [6]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [7]
YN63NUZOSanakirja 1.0
Change contents
- edit in libpijul/src/unrecord/mod.rs at line 72
let change = changes.get_change(hash).map_err(UnrecordError::Changestore)?; - edit in libpijul/src/unrecord/mod.rs at line 82
let change = changes.get_change(hash).map_err(UnrecordError::Changestore)?;