Message5807

Author Omnifarious
Recipients TakeyMcTaker, ThomasAH, abuehl, djc, jglick, kupfer, mathieu.clabaut, mpm, pmezard, vadiml
Date 2008-04-02.14:26:58
Content
Oh, better idea for write...

Pass in an optional external data handler on write.  If there is one it should
be able to provide the data for the base of the revision for diff purposes, and
it should be able to provide a cookie that will be given to the external data
handler for read.

That way the external data handler doesn't have to remember any associations
between the revision and the data.  It will be able to the revlog to hand it the
cookie which will allow it to fetch those.
History
Date User Action Args
2008-04-02 14:26:59Omnifarioussetmessageid: <1207146419.1.0.952713528442.issue883@selenic.com>
2008-04-02 14:26:59Omnifarioussetrecipients: + mpm, ThomasAH, kupfer, pmezard, mathieu.clabaut, jglick, djc, abuehl, vadiml, TakeyMcTaker
2008-04-02 14:26:59Omnifariouslinkissue883 messages
2008-04-02 14:26:58Omnifariouscreate