~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-31 03:12:31 UTC
  • mfrom: (2661.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070731031231-iqrudv126086qgsa
(robertc) Ancient unused ``Repository.text_store`` attribute has been removed. (Robert Collins)

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 ?