/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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-05-13 17:25:12 UTC
  • mfrom: (6963.1.6 python3-a)
  • Revision ID: breezy.the.bot@gmail.com-20180513172512-nwauf9e7036lgc9x
Add some more bees, especially for the smart server/client.

This fixes another ~1000 tests with Python3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-a/+merge/345466

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)