~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Aaron Bentley
  • Date: 2007-08-06 22:26:54 UTC
  • mfrom: (2665 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2733.
  • Revision ID: aaron.bentley@utoronto.ca-20070806222654-a96j4mysnih1ha8x
Merge 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 ?