Forwarding an error instead of panicking in `pijul change`
Dependencies
- [2]
U6TQX5Z2pager function respects cli option and user config files, PAGER env var - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
Q4SVMHAERemoving --channel from the changes command - [5]
SFJ3XRTFProper escaping of UTF-8 filenames in the patch text format
Change contents
- replacement in pijul/src/commands/change.rs at line 45
let change = changes.get_change(&hash).unwrap();let change = changes.get_change(&hash)?;