Comment 1 for bug 316192

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 316192] [NEW] bzrlib.plugin.load_plugins() loads system plugins even for non-system bzrlib

I think there are two issues:
BZR_PLUGIN_PATH should override completely (perhaps with some magic
element to say 'the default path here').

And we shouldn't use the python path for an uninstalled bzr. We should
use it if bzr is installed, just not when running from a source dir.

-Rob