Commit a34ab52c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1ac0d8f1
...@@ -41,7 +41,7 @@ trees ...@@ -41,7 +41,7 @@ trees
# a zodb tree goes through tree states # a zodb tree goes through tree states
# every state is committed as separate transaction & printed in the same # every state is committed as separate transaction & printed in the same
# format as treedelta-genallstructs.py does # format as treegen-allstructs does
allstructs allstructs
...@@ -186,8 +186,8 @@ def AllStructs(zstor, kv1txt, kv2txt, n, seed=None): ...@@ -186,8 +186,8 @@ def AllStructs(zstor, kv1txt, kv2txt, n, seed=None):
t2AllStructs = list(xbtree.AllStructs(kv2.keys(), maxdepth, maxsplit)) t2AllStructs = list(xbtree.AllStructs(kv2.keys(), maxdepth, maxsplit))
# create the tree # create the tree
ztree = root['treedelta/tree'] = XLOTree() ztree = root['treegen/tree'] = XLOTree()
commit('treedelta/tree') commit('treegen/tree')
# XXX print something? # XXX print something?
# emit patches ztree with delta, adjusts tree structure and emits corresponding commit. # emit patches ztree with delta, adjusts tree structure and emits corresponding commit.
......
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