/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: Jelmer Vernooij
  • Date: 2018-02-17 02:02:38 UTC
  • mto: This revision was merged to the branch mainline in revision 6926.
  • Revision ID: jelmer@jelmer.uk-20180217020238-1sarw7txktyw922h
Several more fixes.

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: