~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bugtracker.py

(gz) Fix test failure on alpha by correcting format string for
 gc_chk_sha1_record (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
    bzr commit --fixes <tracker>:<id>
50
50
 
51
 
or::
52
 
 
53
 
    bzr commit --fixes <id>
54
 
 
55
51
where "<tracker>" is an identifier for the bug tracker, and "<id>" is the
56
52
identifier for that bug within the bugtracker, usually the bug number.
57
 
If "<tracker>" is not specified the ``bugtracker`` set in the branch
58
 
or global configuration is used.
59
53
 
60
54
Bazaar knows about a few bug trackers that have many users. If
61
55
you use one of these bug trackers then there is no setup required to