/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-07-18 23:14:00 UTC
  • mfrom: (7490.40.62 work)
  • mto: This revision was merged to the branch mainline in revision 7519.
  • Revision ID: jelmer@jelmer.uk-20200718231400-jaes9qltn8oi8xss
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2430
2430
        self.stack = ''.join(traceback.format_list(stack))
2431
2431
 
2432
2432
    def __str__(self):
2433
 
        return self.call.method
 
2433
        return self.call.method.decode('utf-8')
2434
2434
 
2435
2435
    def __repr__(self):
2436
 
        return self.call.method
 
2436
        return self.call.method.decode('utf-8')
2437
2437
 
2438
2438
    def stack(self):
2439
2439
        return self.stack