post_change_branch_tip hook over bzr+http

Marius Kruger amanic at gmail.com
Mon Oct 13 22:12:28 BST 2008


2008/10/13 Viktor Nagy <viktor.nagy at gmail.com>

> hi,
>
> I am running bzr 1.7.1 and after loading my plugins with load_from_path I
> have my module loaded, but the hook is actually never fired. This only
> happens if I would like to run the plugin over http (with bzr+http).
> Installing the plugin and committing locally works fine.
>

You'll need bzr 1.8  or the dev version :)
for this patch:
http://bundlebuggy.aaronbentley.com/project/bzr/request/%3C418c22640809260904n6623ae87pc0173ee9f9f399d5%40mail.gmail.com%3E

or  you can change your script:  and add
#! /usr/bin/env python

# enable logging:
import bzrlib.trace
bzrlib.trace.enable_default_logging()

# enable plugins
from bzrlib.plugin import load_plugins
load_plugins()


regards
marius
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20081013/68fb152f/attachment.htm 


More information about the bazaar mailing list