Commit 7e7f0f94 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f428df95
......@@ -513,7 +513,8 @@ func (δBtail *ΔBtail) Update(δZ *zodb.EventCommit) (_ ΔB, err error) {
// δtkeycov1 != ø -> rebuild δTtail
if !δT1.δtkeycov1.Empty() && δBtail.δZtail.Len() > 1 {
//δTtail.trackNew = ... // ~δtkeycov1
δTtail.trackNew = nil // XXX stub
//δTtail.trackNew = nil // XXX stub
δTtail.trackNew = δT1.δtrack.XXXδtkeycovSet() // ~δtkeycov1 XXX correct?
// XXX vvv we can skip computing diff for HEAD~..HEAD (we just
// computed it in _Update1)
......
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