Part of bzrlib.bugtracker View In Hierarchy
This can be found on a variety of different sites, and thus needs to have the base URL configured.
Looks for a config setting in the form '<type_name>_<abbreviation>_url'.
type_name
is the name of the type of tracker (e.g. 'bugzilla' or 'trac')
and abbreviation
is a short name for the particular instance (e.g.
'squid' or 'apache').
Inherited from IntegerBugTracker:
Method | check_bug_id | Check that the bug_id is valid. |
Inherited from BugTracker (via IntegerBugTracker):
Method | get_bug_url | Return the URL for bug_id. Raise an error if bug ID is malformed. |
Method | _get_bug_url | Given a validated bug_id, return the bug's web page's URL. |
Inherited from URLParametrizedBugTracker:
Method | get | Undocumented |
Method | __init__ | Undocumented |
Method | _get_bug_url | Return a URL for a bug on this Trac instance. |
Inherited from BugTracker (via URLParametrizedBugTracker):
Method | check_bug_id | Check that the bug_id is valid. |
Method | get_bug_url | Return the URL for bug_id. Raise an error if bug ID is malformed. |