/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/tests/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2020-06-28 19:19:25 UTC
  • mto: (7490.40.35 work)
  • mto: This revision was merged to the branch mainline in revision 7519.
  • Revision ID: jelmer@jelmer.uk-20200628191925-o0wi4nfpw7rd14ns
Avoid using file ids in log.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2466
2466
        self.stack = ''.join(traceback.format_list(stack))
2467
2467
 
2468
2468
    def __str__(self):
2469
 
        return self.call.method
 
2469
        return self.call.method.decode('utf-8')
2470
2470
 
2471
2471
    def __repr__(self):
2472
 
        return self.call.method
 
2472
        return self.call.method.decode('utf-8')
2473
2473
 
2474
2474
    def stack(self):
2475
2475
        return self.stack