Commit 05d120e7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 684b3220
...@@ -62,9 +62,7 @@ const debugΔBtail = false ...@@ -62,9 +62,7 @@ const debugΔBtail = false
// .ForgetPast(revCut) - forget changes past revCut // .ForgetPast(revCut) - forget changes past revCut
// .SliceByRev(lo, hi) -> []δB - query for all trees changes with rev ∈ (lo, hi] // .SliceByRev(lo, hi) -> []δB - query for all trees changes with rev ∈ (lo, hi]
// .SliceByRootRev(root, lo, hi) -> []δT - query for changes of a tree with rev ∈ (lo, hi] // .SliceByRootRev(root, lo, hi) -> []δT - query for changes of a tree with rev ∈ (lo, hi]
// // .GetAt(root, key, at) - get root[key] @at assuming root[key] ∈ tracked
// XXX also:
// .Get(root, key, at) - get root[key] @at assuming root[key] ∈ tracked
// //
// where δT represents a change to one tree // where δT represents a change to one 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