[HELP!] serverside hooks behind bzr+http://

Andrew Bennetts andrew at canonical.com
Sat Sep 13 11:20:50 BST 2008


Marius Kruger wrote:
> Hi,
> I'm trying to get hooks called on the server when commits come in over
> bzr+http://
> I have tried a lot of things and got it working over bzr://
> 
> I'm using this fcgi script:
[...]
> 
> commits work fine over this, but the hooks does not seem to be called.

Probably all you need to do is add this to your script:

from bzrlib.plugin import load_plugins
load_plugins()

-Andrew.




More information about the bazaar mailing list