Allow reading changes from .pijul/changes with `pijul change`, even if they are not applied
Dependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
A6R6SGCPFixing a panic in `pijul change`
Change contents
- replacement in pijul/src/commands/change.rs at line 27
txn.hash_from_prefix(&hash)?.0if let Some(h) = Hash::from_base32(hash.as_bytes()) {h} else {txn.hash_from_prefix(&hash)?.0}