<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jan 5, 2016 at 8:39 PM, Martin von Zweigbergk <span dir="ltr"><<a href="mailto:martinvonz@google.com" target="_blank">martinvonz@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><br><div class="gmail_quote"><span class=""><div dir="ltr">On Tue, Jan 5, 2016 at 7:52 PM Gregory Szorc <<a href="mailto:gregory.szorc@gmail.com" target="_blank">gregory.szorc@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+        Callers will need to call ``self.start(rev)`` and ``self.length(rev)``<br>
+        to determine where each revision's data begins and ends.</blockquote><div><br></div></span><div>Is that still true? Is the returned offset/start different from self.start(rev)? </div></div></div>
</blockquote></div><br></div><div class="gmail_extra">The function returns data for 1 or more revisions. The first revision will have offset == self.start(rev), so you don't need to call anything if you are only getting a single revision.<br></div></div>