log hgext/bugzilla.py @ 5432:0d154bce2341

age author description
Tue, 08 May 2007 11:51:16 -0700 Bryan O'Sullivan Fix typo in bugzilla extension.
Tue, 26 Dec 2006 03:25:13 +0100 Benoit Boissinot bugzilla: use contexts, simplify
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Tue, 12 Dec 2006 18:16:23 -0600 Matt Mackall Remove deprecated old-style branch support
Fri, 01 Dec 2006 01:29:14 -0600 Matt Mackall update bugzilla extension to use ui buffers
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templates: move changeset templating bits to cmdutils
Tue, 17 Oct 2006 17:04:26 -0300 Alexis S. L. Carvalho use ui.readsections in the bugzilla extension
Thu, 18 May 2006 09:23:43 -0700 Vadim Gelfer bugzilla: allow to map between committer email and bugzilla user name.
Tue, 09 May 2006 14:39:56 -0700 Vadim Gelfer bugzilla hook: skip empty groups.
Mon, 08 May 2006 10:59:58 -0700 Vadim Gelfer reverse sense of return value from python hooks.
Mon, 08 May 2006 08:04:46 -0700 Vadim Gelfer merge with crew.
Wed, 03 May 2006 14:56:07 -0700 Vadim Gelfer only import mysql module if hook used.
Thu, 04 May 2006 12:25:10 -0700 Bryan O'Sullivan patch queue: notify.patch
Thu, 04 May 2006 12:02:32 -0700 Vadim Gelfer move stringio class from bugzilla extension into templater module.
Thu, 04 May 2006 11:32:00 -0700 Vadim Gelfer define standard name for base url to use when printing hgweb urls.
Wed, 03 May 2006 14:40:39 -0700 Vadim Gelfer add bugzilla integration hook. example of writing hook in python.