Commit 125b2a0d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ca4bec69
......@@ -811,6 +811,9 @@ retry:
wg, ctx := errgroup.WithContext(context.TODO()) // XXX ctx = ?
for file, δfile := range δF.Change {
// XXX needed?
file.δtail.Append(δF.Rev, δfile.Blocks.Elements())
file := file
for blk := range δfile.Blocks {
blk := blk
......
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