~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/bug_trackers.txt

  • Committer: Ian Clatworthy
  • Date: 2007-11-27 21:17:06 UTC
  • mto: (3054.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3055.
  • Revision ID: ian.clatworthy@internode.on.net-20071127211706-871zcqst0yi5tcvl
make fixes suggested by proof-readers

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
When you make a commit you can assiociate it with a bug by using the
13
13
``--fixes`` option of ``commit``. For example::
14
14
 
15
 
    $ bzr commit --fixes 12345 -m 'Properly close the connection on errors'
 
15
    $ bzr commit --fixes 12345 -m "Properly close the connection on errors"
16
16
 
17
17
This will set a revision property on the revision that is committed
18
18
which contains the URI at which more information on the bug can be found.