/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: 2018-04-02 00:52:27 UTC
  • mfrom: (6939 work)
  • mto: This revision was merged to the branch mainline in revision 7274.
  • Revision ID: jelmer@jelmer.uk-20180402005227-pecflp1mvdjrjqd6
Merge trunk.

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(