Supporting patches recorded with older versions of Pijul
Dependencies
- [2]
MDADYULSFix a panic when switching between channels that have different files - [3]
YN63NUZOSanakirja 1.0 - [4]
7ZFRYVVQCargo.nix and formatting - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [6]
3AMEP2Y5More convenient interface for channels
Change contents
- replacement in libpijul/src/fs.rs at line 872
assert_eq!(*inode_vertex, v.inode_vertex());if *inode_vertex != v.inode_vertex() {info!("find_path: {:?} != {:?}, this may be due to a corrupt change", inode_vertex, v.inode_vertex());return Ok(None)}