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

  • Committer: Aaron Bentley
  • Date: 2008-02-24 16:42:13 UTC
  • mfrom: (3234 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3235.
  • Revision ID: aaron@aaronbentley.com-20080224164213-eza1lzru5bwuwmmj
Merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
"""When making a commit, metadata about bugs fixed by that change can be
44
44
recorded by using the --fixes option. For each bug marked as fixed, an
45
45
entry is included in the 'bugs' revision property stating '<url> <status>'.
 
46
(The only ``status`` value currently supported is ``fixed.``)
46
47
Support for Launchpad's central bug tracker is built in. For other bug
47
48
trackers, configuration is required in advance so that the correct URL
48
49
can be recorded.
49
50
 
50
51
In addition to Launchpad, Bazaar directly supports the generation of
51
52
URLs appropriate for Bugzilla and Trac. If your project uses a different
52
 
bug tracker, it is easy to add support for it by writing a plugin, say.
 
53
bug tracker, it is easy to add support for it.
53
54
If you use Bugzilla or Trac, then you only need to set a configuration
54
55
variable which contains the base URL of the bug tracker. These options
55
56
can go into ``bazaar.conf``, ``branch.conf`` or into a branch-specific