Commit 5d838496 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0396ea7a
......@@ -189,13 +189,8 @@ func (δFtail *ΔFtail) SliceByFileRev(file *BigFile, lo, hi zodb.Tid) /*readonl
vδZ := δFtail.δBtail.δZtail.SliceByRev(lo, hi)
// FIXME stub: assumes blktab topology does not change.
// takes only ZBlk history into account.
var vδfile []Δfile
for _, δZ := range vδZ {
for _, oid := range δZ.Changev {
}
}
_ = vδZ
panic("TODO")
/*
// XXX activate zfile?
......
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