-
Committer:
Robert Collins
-
Date:
2008-04-08 00:57:07 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3350.
-
Revision ID:
robertc@robertcollins.net-20080408005707-jzx5nkcjvsiw7r12
* ``VersionedFileStore`` no longer uses the transaction parameter given
to most methods; amongst other things this means that the
get_weave_or_empty method no longer guarantees errors on a missing weave
in a readonly transaction, and no longer caches versioned file instances
which reduces memory pressure (but requires more careful management by
callers to preserve performance. (Robert Collins)