~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bugtracker.py

  • Committer: Martin von Gagern
  • Date: 2011-06-01 12:53:56 UTC
  • mto: This revision was merged to the branch mainline in revision 6009.
  • Revision ID: martin.vgagern@gmx.net-20110601125356-lwozv2vecea6hxfz
Change from no_decorate to classify as name for the argument.

The command line switch remains as --no-classify, to keep backwards
compatibility.  Users are free to include --no-classify in an alias, and
still use --classify to change back.

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