diff --git a/mercurial/revlogutils/sidedata.py b/mercurial/revlogutils/sidedata.py new file mode 100644 --- /dev/null +++ b/mercurial/revlogutils/sidedata.py @@ -0,0 +1,34 @@ +# sidedata.py - Logic around store extra data alongside revlog revisions +# +# Copyright 2019 Pierre-Yves David + sidedata (repeated N times): + + + + + normal raw text: + + +This is a simple and effective format. It should be enought to experiment with +the concept. +""" + +from __future__ import absolute_import