Comment 4 for bug 129298

Revision history for this message
bwinton (bwinton+bzr) wrote :

I whole-heartedly agree, although as a stop-gap measure, my request still stands. (I think it would be a reasonable increase in usability for a small amount of effort, which would tide us over until we implemented the larger-scoped, better-thought-out fix of adding a plugin installer.)

And with the tool, even if it's just "bzr plugins get [--all-users] plugin_name", we can put the plugins anywhere we choose (at which point "C:\Documents And Settings\All Users (or %USERNAME%)\" would be perfect).

The rest of this is sort of bikeshedding, but here are my suggested command lines, if possible.
bzr plugins get [--all-users] plugin_name # Get a new plugin by name from launchpad.
bzr plugins update plugin_name # Update a previously-gotten plugin by name from launchpad.
bzr plugins remove plugin_name # Remove a previously-gotten plugin.
bzr plugins # List all the plugins.