/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 repository.py

Pass repository object to versionedfiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
        self.signatures = versionedfiles.VirtualSignatureTexts(self)
98
98
        self.revisions = versionedfiles.VirtualRevisionTexts(self)
99
99
        self.inventories = versionedfiles.VirtualInventoryTexts(self)
100
 
        self.texts = GitTexts(self._git.object_store)
 
100
        self.texts = GitTexts(self)
101
101
        self.tags = GitTags(self._git.get_tags())
102
102
 
103
103
    def all_revision_ids(self):