[MERGE] Add gnome to the list of known bugtrackers

James Westby jw+debian at jameswestby.net
Mon Mar 24 21:33:38 GMT 2008


On Mon, 2008-03-24 at 12:33 -0400, Aaron Bentley wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> bb:comment
> 
> I don't understand the need for FixedBaseURLIntegerBugTracker.
> 
> Why wouldn't we just do
> tracker_registry.register('gnome', UniqueIntegerBugTracker('gnome',
> 'http://bugzilla.gnome.org/show_bug.cgi?id='))


Hi,

Currently UniqueIntegerBugTracker uses urlutils.join() on the two
parts, which would lead to the wrong URL in cases like this.

It would be a minor break in the API to change this and just
require that the url fragment given ends in a slash if that
is what is wanted. Would this be acceptable?

Thanks,

James





More information about the bazaar mailing list