~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
        self.bzrdir = a_bzrdir
222
222
        self.control_files = control_files
223
223
        self._revision_store = _revision_store
224
 
        self.text_store = text_store
225
224
        # backwards compatibility
226
225
        self.weave_store = text_store
227
226
        # not right yet - should be more semantically clear ?