Part of lp.codehosting
NOTE: Importing this package will load any system Bazaar plugins, as well as all plugins in the bzrplugins/ directory underneath the rocketfuel checkout.
Function | get_bzr_path | Find the path to the copy of Bazaar for this rocketfuel instance |
Function | get_BZR_PLUGIN_PATH_for_subprocess | Calculate the appropriate value for the BZR_PLUGIN_PATH environment. |
Function | load_bundled_plugin | Load a plugin bundled with Bazaar. |
Function | dont_wrap_class_and_subclasses | Undocumented |
Function | _get_bzr_plugins_path | Find the path to the Bazaar plugins for this rocketfuel instance. |
The '-site' token tells bzrlib not to include the 'site specific plugins directory' (which is usually something like /usr/lib/pythonX.Y/dist-packages/bzrlib/plugins/) in the plugin search path, which would be inappropriate for Launchpad, which may be using a bzr egg of an incompatible version.