Commit 4a1737b4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2812f85e
...@@ -796,7 +796,7 @@ func (δBtail *ΔBtail) Update(δZ *zodb.EventCommit) (_ ΔB, err error) { ...@@ -796,7 +796,7 @@ func (δBtail *ΔBtail) Update(δZ *zodb.EventCommit) (_ ΔB, err error) {
vδT = append(vδT, ΔTree{Rev: δZj.Rev, ΔKV: make(map[Key]ΔValue)}) vδT = append(vδT, ΔTree{Rev: δZj.Rev, ΔKV: make(map[Key]ΔValue)})
} }
δTtail = &ΔTtail { δTtail = &ΔTtail {
// XXX vδT: ... vδT: vδT,
// XXX KVAtTail: ..., // XXX KVAtTail: ...,
// XXX lastRevOf: ..., // XXX lastRevOf: ...,
} }
......
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