/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 fetch.py

Fix syntax error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
                try:
223
223
                    (num_objects, objects_iter) = \
224
224
                            self.source.fetch_objects(determine_wants, 
225
 
                                graph_walker, progress))
 
225
                                graph_walker, progress)
226
226
                    import_git_objects(self.target, mapping, num_objects, 
227
227
                                       objects_iter, pb)
228
228
                finally: