Commit ee9904c6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fb56ebad
......@@ -687,7 +687,7 @@ func diffT(ctx context.Context, a, b *Tree, δZTC SetOid, trackIdx map[zodb.Oid]
defer xerr.Contextf(&err, "diffT %s %s", xidOf(a), xidOf(b))
δ = map[Key]ΔValue{}
defer tracef(" -> δt: %v\n", δ)
defer tracef(" -> δ: %v\n", δ)
var av rangeSplit // nodes expanded from a
var bv rangeSplit // nodes expanded from b
......
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