Commit 1742e47b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7fe0d5a4
......@@ -39,12 +39,3 @@ cat "$input" |sed \
-e 's/Tid/zodb.Tid/g' \
-e 's/Oid/ID/g' \
-e 's/CommitEvent/ΔRevEntry/g'
cat <<EOF
// ΔRevEntry represents information of what have been changed in one revision.
type ΔRevEntry struct {
Rev Tid
Changev []ID
}
EOF
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