/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/hashcache.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:
255
255
        try:
256
256
            inf = open(fn, 'rb', buffering=65000)
257
257
        except IOError as e:
258
 
            trace.mutter("failed to open %s: %s", fn, e)
 
258
            trace.mutter("failed to open %s: %s", fn, str(e))
259
259
            # better write it now so it is valid
260
260
            self.needs_write = True
261
261
            return