/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 partial fetch support from Michael.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
 
150
150
        # If this is a Git repository, just use the existing fetch_objects implementation.
151
151
        if getattr(repo, "fetch_objects", None) is not None:
152
 
            return repo.fetch_objects(determine_wants, graph_walker, None, progress)
 
152
            return repo.fetch_objects(determine_wants, graph_walker, None, progress)[0]
153
153
 
154
154
        wants = determine_wants(self.get_refs())
155
155
        graph_walker.reset()