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

Fix a bunch of tests on python3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
            pb.show_pct = pb.show_count = False
102
102
            pb.update(gettext("Finding revisions"), 0, 2)
103
103
            search_result = self._revids_to_fetch()
104
 
            mutter('fetching: %s', search_result)
 
104
            mutter('fetching: %s', str(search_result))
105
105
            if search_result.is_empty():
106
106
                return
107
107
            pb.update(gettext("Fetching revisions"), 1, 2)