/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

Add NEWS entry about sha map.

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
        heads, pb=None):
243
243
    """Import a set of git objects into a bzr repository.
244
244
 
245
 
    :param repo: Bazaar repository
 
245
    :param repo: Target Bazaar repository
246
246
    :param mapping: Mapping to use
247
247
    :param object_iter: Iterator over Git objects.
248
248
    """