Help on configure my own bugtracker
John Arbash Meinel
john at arbash-meinel.com
Wed Feb 6 13:59:47 GMT 2008
Marius Kruger wrote:
> On Feb 4, 2008 8:42 PM, John Arbash Meinel <john at arbash-meinel.com
> <mailto:john at arbash-meinel.com>> wrote:
> ...
>
> Now, when I tried to use "--fixes foobar:test" it complained because
> "test" wasn't an integer.
>
> I'm not sure that the generic bug tracker should be restricted to
> integers, but at the moment it is.
>
> I suppose some bug trackers might use guids or something
>
> once you mark a commit as fixing a specific bug,
> is there any way to see this list of fixes?
> I even greped my branch and could not find my bug id.
>
> Should we show it in `bzr log`?
I don't know of any way that it is exposed other than:
bzr cat-revision -r X
and then you can see the record. Which I certainly think is poor UI.
The only place to really put it is in 'bzr log', so I agree with you there.
John
=:->
More information about the bazaar
mailing list