Commit bcacc442 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent aa39eff1
......@@ -21,7 +21,7 @@
"""Package xbtree provides utilities for inspecting/manipulating internal
structure of integer-keyed BTrees.
It is primarily used to help verify ΔBTail in wcfs.
It is primarily used to help verify ΔBTail in WCFS.
- `Tree` represents a tree node.
- `Bucket` represents a bucket node.
......
......@@ -41,10 +41,11 @@ trees
`treegen trees <zurl>` transitions ZODB LOBTree through requested tree states.
Tree states are specified on stdin as topology-encoded strings, 1 state per 1 line.
For every request the tree is changed and modifications are committed to database.
For every made commit corresponding transaction ID is printed to stdout.
For every request the tree is changed to have specified keys, values and
topology, and modifications are committed to database. For every made commit
corresponding transaction ID is printed to stdout.
The tree, that `treegen trees` generates and works on, is also accessible via
The tree, that `treegen trees` generates and works on, is accessible via
zconn.root()['treegen/tree'].
Trees protocol specification:
......
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