[MERGE] Generic bug tracker configuration

Lukáš Lalinský lalinsky at gmail.com
Wed Nov 28 13:51:09 GMT 2007


On St, 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?

I don't think anybody would use trac:12345 (maybe except if Edgewall
would switch from SVN to Bazaar). Launchpad is a special case, because
it's both software and also the only running instance. But generally the
type of a bug tracker is not interesting info, the project that uses it
is.

Lukas





More information about the bazaar mailing list