/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

Merge thin-pack work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
        # If this is a Git repository, just use the existing fetch_objects implementation.
108
108
        if getattr(repo, "fetch_objects", None) is None:
109
 
            return repo.fetch_objects(determine_wants, graph_walker, progress)
 
109
            return repo.fetch_objects(determine_wants, graph_walker, None, progress)
110
110
 
111
111
        wants = determine_wants(self.get_refs())
112
112
        commits_to_send = set([self.mapping.revision_id_foreign_to_bzr(w) for w in wants])