/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/store/versioned/__init__.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
        :param from_transaction: required current transaction in from_store.
216
216
        """
217
217
        from bzrlib.transactions import PassThroughTransaction
218
 
        assert isinstance(from_store, WeaveStore)
219
218
        if from_transaction is None:
220
219
            warn("WeaveStore.copy_multi without a from_transaction parameter "
221
220
                 "is deprecated. Please provide a from_transaction.",