Solving a conflict
Dependencies
- [2]
FGIVSUFHFixing conflicts with the new patch parsing code, and introducing AddRoot - [3]
5FI6SBEZRe-implement change printing and parsing - [4]
ZSF3YFZTencoded file deletion - [5]
AF5AKUTOCleanup after the text changes refactoring - [6]
VO5OQW4WRemoving anyhow in libpijul - [7]
RMDMAYRXAdding a root inode (aka supporting submodules) - [8]
XR7MNOMUfile encoding in updates
Change contents
- edit in libpijul/src/change/text_changes.rs at line 555[3.28507]→[3.28507:28549](∅→∅),[3.28507]→[3.28507:28549](∅→∅),[3.28588]→[3.28588:28642](∅→∅),[3.28588]→[3.28588:28642](∅→∅),[3.28656]→[3.28656:28698](∅→∅),[3.28656]→[3.28656:28698](∅→∅),[3.28739]→[3.28739:28793](∅→∅),[3.28739]→[3.28739:28793](∅→∅)
Hunk::AddRoot { change } => {write_atom(&mut w, hashes, &change)?;Hunk::DelRoot { change } => {write_atom(&mut w, hashes, &change)?; - edit in libpijul/src/change/text_changes.rs at line 1146