/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: Jelmer Vernooij
  • Date: 2018-06-24 13:18:43 UTC
  • mto: (6973.13.5 python3-l)
  • mto: This revision was merged to the branch mainline in revision 7011.
  • Revision ID: jelmer@jelmer.uk-20180624131843-ap580ypg28d0n039
Fixes.

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()