Part of bzrlib
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 109 | Function | get_bug_url | Return a URL pointing to the canonical web page of the bug identified by |
| 117 | Class | TrackerRegistry | Registry of bug tracker types. |
| 142 | Class | BugTracker | Base class for bug trackers. |
| 160 | Class | IntegerBugTracker | A bug tracker that only allows integer bug IDs. |
| 170 | Class | UniqueIntegerBugTracker | A style of bug tracker that exists in one place only, such as Launchpad. |
| 206 | Class | URLParametrizedIntegerBugTracker | A type of bug tracker that can be found on a variety of different sites, |
| 242 | Class | GenericBugTracker | Generic bug tracker specified by an URL template. |