Fixing the inverse of conflict resolutions
[?]
Dec 20, 2020, 9:54 AM
NA5I4WYNE2O3LPSHXGWXW7XL4YNYFDREEGDOP6LJ5HJXTQDXM7BACDependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
I52XSRUHMassive cleanup, and simplification - [4]
UNZXTNSJChange text format: order dependencies in the order they were on the channel at record time
Change contents
- edit in libpijul/src/tests/mod.rs at line 18
mod rollback; - edit in libpijul/src/diff/replace.rs at line 55
debug!("old {:?}", &lines_a[old..(old + old_len)]);debug!("new {:?}", &lines_b[from_new..(from_new + len)]); - edit in libpijul/src/diff/mod.rs at line 82
debug!("old = {:?}", l); - edit in libpijul/src/diff/mod.rs at line 94
debug!("new: {:?}", l); - edit in libpijul/src/change.rs at line 463
let previous = flag | EdgeFlags::BLOCK; - replacement in libpijul/src/change.rs at line 464
previous,flag: previous | EdgeFlags::DELETED,previous: flag,flag: flag | EdgeFlags::DELETED, - replacement in libpijul/src/apply.rs at line 764
if !e.flag.contains(EdgeFlags::FOLDER) {if (e.flag & EdgeFlags::FOLDER | EdgeFlags::BLOCK).is_empty() {