Python plugins, third round
Martin Pool
mbp at sourcefrog.net
Thu Jun 16 07:24:38 BST 2005
On 16 Jun 2005, John A Meinel <john at arbash-meinel.com> wrote:
> So are you thinking that:
> bzr builtin command <= run the built-in form of command, but still load
> plugins
> bzr --no-plugins command <= don't load any plugins
Yes, that's what I thought. So 'bzr builtin command' would probably
be most useful to people writing shell-script plugins; Python plugins
can just do the right thing directly.
Of these I think --no-plugins is the most important to have, because
it helps debug or recover if something's gone wrong in the plugins.
--
Martin
More information about the bazaar
mailing list