/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 trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
            return repo.fetch_objects(determine_wants, graph_walker, None, progress)
132
132
 
133
133
        wants = determine_wants(self.get_refs())
 
134
        graph_walker.reset()
134
135
        repo.lock_read()
135
136
        store = BazaarObjectStore(repo)
136
137
        have = store.find_common_revisions(graph_walker)