~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bugtracker.py

  • Committer: Ian Clatworthy
  • Date: 2007-12-17 01:45:32 UTC
  • mto: (3119.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3120.
  • Revision ID: ian.clatworthy@internode.on.net-20071217014532-dmbv2mm72nzq0ai6
follow-up tweaks to bzr.dev integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
more bugs in one or more trackers at commit time if you wish.
61
61
 
62
62
bugzilla_<tracker_abbreviation>_url
63
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
63
-----------------------------------
64
64
 
65
65
If present, the location of the Bugzilla bug tracker referred to by
66
66
<tracker_abbreviation>. This option can then be used together with ``bzr commit
73
73
fixed.
74
74
 
75
75
trac_<tracker_abbrevation>_url
76
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
76
------------------------------
77
77
 
78
78
If present, the location of the Trac instance referred to by
79
79
<tracker_abbreviation>. This option can then be used together with ``bzr commit
86
86
fixed.
87
87
 
88
88
bugtracker_<tracker_abbrevation>_url
89
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
89
------------------------------------
 
90
 
90
91
If present, the location of a generic bug tracker instance referred to by
91
92
<tracker_abbreviation>. The location must contain an ``{id}`` placeholder,
92
93
which will be replaced by a specific bug ID. This option can then be used