/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-03-25 00:09:22 UTC
  • mfrom: (6855.3.4 bees)
  • Revision ID: breezy.the.bot@gmail.com-20180325000922-me9zmwqekxft9d91
Add more bees in places, get more tests to pass on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/bees/+merge/337908

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        self.find_ghosts = find_ghosts
77
77
        self.from_repository.lock_read()
78
78
        mutter("Using fetch logic to copy between %s(%s) and %s(%s)",
79
 
               self.from_repository, self.from_repository._format,
80
 
               self.to_repository, self.to_repository._format)
 
79
               str(self.from_repository), str(self.from_repository._format),
 
80
               str(self.to_repository), str(self.to_repository._format))
81
81
        try:
82
82
            self.__fetch()
83
83
        finally: