Commit 0e715fa9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cc66aee9
...@@ -943,8 +943,7 @@ func (δBtail *ΔBtail) rebuild() (err error) { ...@@ -943,8 +943,7 @@ func (δBtail *ΔBtail) rebuild() (err error) {
// FIXME here trackNew was adjusted to correspond to @tail // FIXME here trackNew was adjusted to correspond to @tail
// FIXME -> we have to map it back to correspond to @head before merge // FIXME -> we have to map it back to correspond to @head before merge
// //
// XXX -> teach diffT to return not only δtrack, but also δtrack* // TODO -> remember δtracks from treediff; reverse them and apply them back in reverse order.
// (conjugate) that would describe how track index changes if going A<-B ?
δBtail.trackIdx.UnionInplace(trackNew) δBtail.trackIdx.UnionInplace(trackNew)
return nil return nil
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment