Message5806

Author Omnifarious
Recipients TakeyMcTaker, ThomasAH, abuehl, djc, jglick, kupfer, mathieu.clabaut, mpm, pmezard, vadiml
Date 2008-04-02.14:22:45
Content
I understand that.  Perhaps instead of moving that much work up the revlog could
be given an external data handler when you asked it for data.  And for the write
side you could give it an optional argument with the data for revlog to use as
the base for whatever diffing algorithm it might choose to use.

The contract would be that the external data handler you passed on read would be
able to retrieve that base for any revision in which you passed on such a base
on write.
History
Date User Action Args
2008-04-02 14:22:45Omnifarioussetmessageid: <1207146165.94.0.873956442044.issue883@selenic.com>
2008-04-02 14:22:45Omnifarioussetrecipients: + mpm, ThomasAH, kupfer, pmezard, mathieu.clabaut, jglick, djc, abuehl, vadiml, TakeyMcTaker
2008-04-02 14:22:45Omnifariouslinkissue883 messages
2008-04-02 14:22:45Omnifariouscreate