Commit e5e93e30 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 958d0e36
...@@ -141,6 +141,7 @@ func (tg *TreeGen) Commit(tree string) (_ zodb.Tid, err error) { ...@@ -141,6 +141,7 @@ func (tg *TreeGen) Commit(tree string) (_ zodb.Tid, err error) {
if err != nil { if err != nil {
return zodb.InvalidTid, fmt.Errorf("invalid reply: %s", err) return zodb.InvalidTid, fmt.Errorf("invalid reply: %s", err)
} }
tg.head = tid
return tid, nil return tid, nil
} }
......
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