/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/builtins.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-06-30 23:11:39 UTC
  • mfrom: (6973.12.13 python3-k)
  • Revision ID: breezy.the.bot@gmail.com-20180630231139-tf5t5khh6bu5ntpm
Fix some more tests on python3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-k/+merge/348646

Show diffs side-by-side

added added

removed removed

Lines of Context:
3614
3614
        bug_property = bugtracker.encode_fixes_bug_urls(
3615
3615
            self._iter_bug_fix_urls(fixes, tree.branch))
3616
3616
        if bug_property:
3617
 
            properties['bugs'] = bug_property
 
3617
            properties[u'bugs'] = bug_property
3618
3618
 
3619
3619
        if local and not tree.branch.get_bound_location():
3620
3620
            raise errors.LocalRequiresBoundBranch()