Can I disable .bzr.log? Can I disable builtin plugins?
Alexander Belchenko
bialix at ukr.net
Sat Jan 26 10:43:42 GMT 2008
Paul Moore пишет:
> Similarly, I have no use for some of the built in plugins (for
> example, the launchpad plugin, also the stuff to do with signing
> commits - is that a plugin?). Can I disable them so that the unwanted
> commands are not available?
I think bzr should support explicit enable/disable of plugin by name via
some config (bazaar.conf or plugins.conf).
Something like this:
file: bazaar.conf
[DEFAULT]
email = joe at foo.com
[aliases]
st = status -S
[plugins]
multiparent = disable
bzrtools = enable
By default all plugins are enabled (as it works right now).
More information about the bazaar
mailing list