Is there a way to determine the Bazaar directory programmatically?
If there is a bazaar command to determine the plugin directory, this would be the best solution.
Is there a way to determine the Bazaar directory programmatically? If there is a
Share
Have a look at the
Bazaar configuration:output ofbzr version. Also see functionshow_versioninbzrlib/version.py.For the configuration directory use:
Or, for the user plugin path (see
bzrlib/plugin.py):For a full list of plugin paths: