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

  • Committer: Jelmer Vernooij
  • Date: 2017-11-12 02:01:00 UTC
  • mfrom: (6805.1.4 unicode-option)
  • Revision ID: jelmer@jelmer.uk-20171112020100-sx781yx88ng0yjwz
merge lp:~jelmer/brz/options-unicode/

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
 
277
277
    def _get_bug_url(self, bug_id):
278
278
        """Return the URL for bug_id."""
279
 
        return self.base_url + bug_id
 
279
        return self.base_url + str(bug_id)
280
280
 
281
281
 
282
282
tracker_registry.register(