~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bugtracker.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-06 07:40:25 UTC
  • mfrom: (4928.2.3 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20100106074025-ga21h28spm91o1h8
(mbp) miscellaneous doc tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
use this feature, you just need to know the tracker identifier to use.
57
57
These are the bugtrackers that are built in:
58
58
 
59
 
     URL                          | Abbreviation | Example
60
 
     https://bugs.launchpad.net/  | lp           | lp:12345
61
 
     http://bugs.debian.org/      | deb          | deb:12345
62
 
     http://bugzilla.gnome.org/   | gnome        | gnome:12345
 
59
    ============================= ============= ================
 
60
    URL                           Abbreviation  Example
 
61
    ============================= ============= ================
 
62
    https://bugs.launchpad.net/   lp            lp:12345
 
63
    http://bugs.debian.org/       deb           deb:12345
 
64
    http://bugzilla.gnome.org/    gnome         gnome:12345
 
65
    ============================= ============= ================
63
66
 
64
67
For the bug trackers not listed above configuration is required.
65
68
Support for generating the URLs for any project using Bugzilla or Trac