/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-03-24 17:48:04 UTC
  • mfrom: (6921 work)
  • mto: This revision was merged to the branch mainline in revision 6923.
  • Revision ID: jelmer@jelmer.uk-20180324174804-xf22o05byoj12x1q
Merge trunk.

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
 
               str(self.from_repository), str(self.from_repository._format),
80
 
               str(self.to_repository), str(self.to_repository._format))
 
79
               self.from_repository, self.from_repository._format,
 
80
               self.to_repository, self.to_repository._format)
81
81
        try:
82
82
            self.__fetch()
83
83
        finally: