~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bugtracker.py

  • Committer: Jonathan Lange
  • Date: 2007-04-20 03:19:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2446.
  • Revision ID: jml@canonical.com-20070420031943-ufx3jtikoxp0mlpb
Tests for builtin trackers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
 
119
119
 
120
120
tracker_registry.register(
121
 
    'debian', UniqueIntegerBugTracker('lp', 'https://launchpad.net/bugs/'))
 
121
    'debian', UniqueIntegerBugTracker('deb', 'http://bugs.debian.org/'))
122
122
 
123
123
 
124
124
class TracTracker(object):