Commit 958ae9b4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5b84cab1
......@@ -1071,7 +1071,7 @@ def graphviz(t, clustername=''):
return '\n'.join(outv)
# topoview display topologies provided in argv.
# topoview displays topologies provided in argv.
@func
def topoview(argv):
if len(argv) == 0:
......
......@@ -72,7 +72,7 @@ import (
)
const traceDiff = false
const debugDiff = false
const debugDiff = false // topoview from xbtree.py is also handy
// ΔValue represents change in value.
type ΔValue struct {
......@@ -274,6 +274,7 @@ func diffX(ctx context.Context, a, b Node, δZTC setOid, trackSet blib.PPTreeSub
}
}
// ---- diff algorithm ----
// nodeInRange represents a Node coming under [lo, hi_] key range in its tree.
......
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