~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bugtracker.py

  • Committer: Ian Clatworthy
  • Date: 2008-01-03 02:17:12 UTC
  • mto: (3154.2.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3155.
  • Revision ID: ian.clatworthy@internode.on.net-20080103021712-yqz18tc6u5t6r59c
Minor tweaks to bug tracker integration documentation

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