Code review comment for lp:~ian-clatworthy/bzr/411413-plugin-disable

Revision history for this message
Robert Collins (lifeless) wrote :

On Mon, 2010-01-11 at 11:08 +0000, Christophe (OpenERP) wrote:
> How handle the case of a plugin enable for just one repository ?

There are two different things for plugins:
 - being loaded (enabled/disabled)
 - being active for a branch/repository

Plugins that you want active on one repository should look for a
configuration option about the repository (or branch).

Doing it this way avoids a bunch of issues related to security and
safety that turn up when repositories or branches can enable plugins.

-Rob

« Back to merge proposal