~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bugtracker.py

  • Committer: Martin Pool
  • Date: 2010-01-04 08:17:28 UTC
  • mto: This revision was merged to the branch mainline in revision 4935.
  • Revision ID: mbp@sourcefrog.net-20100104081728-28nxrrnax1i9cgd9
Correct ReST syntax in bugtracker help

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