• Barry Warsaw's avatar
    _finish(): Fixed bug that was breaking abortVersion(). The lrevid · 7b6cdb78
    Barry Warsaw authored
    (a.k.a. pickle pointer) is usually tid but not always!  In fact, it's
    specifically not tid when we've aborted a version -- it'll be the
    pointer to the pickle of the last non-version revision.  We were
    actually setting up lrevid correctly, but writing tid to the metadata
    record.  This fix writes lrevid instead.
    7b6cdb78
BDBFullStorage.py 39.8 KB