/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

Cherrypick some self-contained improvements from fetch-tags-from-non-sprout-too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
        """
166
166
        get_search = getattr(self._fetch_spec, 'get_search', None)
167
167
        if get_search is not None:
 
168
            mutter('resolving fetch_spec into search: %s', self._fetch_spec)
168
169
            # This is EverythingNotInOther or a similar kind of fetch_spec.
169
170
            # Turn it into a search result.
170
171
            return get_search()