[MERGE] Generic bug tracker configuration

Robert Collins robertc at robertcollins.net
Wed Nov 28 18:53:14 GMT 2007


On Wed, 2007-11-28 at 15:46 +0200, Alexander Belchenko wrote:
> bb:tweak
> 
> === modified file 'doc/en/user-guide/bug_trackers.txt'
> --- doc/en/user-guide/bug_trackers.txt	2007-08-10 05:17:09 +0000
> +++ doc/en/user-guide/bug_trackers.txt	2007-11-27 18:47:53 +0000
> @@ -13,7 +13,7 @@
>   When you make a commit you can assiociate it with a bug by using the
>   ``--fixes`` option of ``commit``. For example::
> 
> -    $ bzr commit --fixes 12345 -m 'Properly close the connection on errors'
> +    $ bzr commit --fixes project:12345 -m "Properly close the connection"
> 
> ^-- Probably here should be `bugtracker:12345` instead of 
> `project:12345` or something similar. It's better reflects usage of 
> lp:12345, trac:12345 for this. Am I wrong here?

project is correct.

Which suggests the guide is still unclear, if you were confused.

'trac' is a /class/ of bugtracker. So you configure bzr to understand
that (for example), twisted use trac, at twistedmatrix.net.

Then when you do
bzr commit --fixes twisted:12345...
commit adds a revision property
fixes:[http://www.twistedmatrix.net/issues/12345]

-Rob
-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20071129/6e7ad25f/attachment.pgp 


More information about the bazaar mailing list