Forwarding an error instead of panicking in `pijul change`
Dependencies
- [2]
U6TQX5Z2pager function respects cli option and user config files, PAGER env var - [3]
Q4SVMHAERemoving --channel from the changes command - [4]
SFJ3XRTFProper escaping of UTF-8 filenames in the patch text format - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
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)?;