/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

Specify inventory and texts to inventory_to_tree_and_blobs rather than full repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
        """
175
175
        objects = []
176
176
        rev = source.get_revision(revid)
177
 
        for sha, object, path in inventory_to_tree_and_blobs(source, None, revid):
 
177
        for sha, object, path in inventory_to_tree_and_blobs(source.get_inventory(revid), source.texts, None):
178
178
            if path == "":
179
179
                tree_sha = sha
180
180
            objects.append((object, path))