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

Move copy_content_into into InterRepository and InterWeaveRepo, and disable the default codepath test as we have optimised paths for all current combinations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
    after running:
77
77
    count_copied -- number of revisions copied
 
78
 
 
79
    This should not be used directory, its essential a object to encapsulate
 
80
    the logic in InterRepository.fetch().
78
81
    """
79
82
    def __init__(self, to_repository, from_repository, last_revision=None, pb=None):
80
83
        # result variables.