/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 server.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:
161
161
 
162
162
                commits_to_send.update([p for p in rev.parent_ids if not p in rev_done])
163
163
 
164
 
                for sha, obj, path in inventory_to_tree_and_blobs(repo, self.mapping, commit):
 
164
                for sha, obj, path in inventory_to_tree_and_blobs(repo.get_inventory(commit), repo.texts, self.mapping):
165
165
                    if sha not in obj_sent:
166
166
                        obj_sent.add(sha)
167
167
                        objects.add((obj, path))