install-plugin command?
Bug #81393 reported by
Martin Pool
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned | ||
Breezy |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Random idea: an install-plugin command that branches the given url (or launchpad product name) into the plugin directory. There could even be a tag that indicates which version is appropriate for the current version of bzr.
Related branches
Changed in bzr: | |
importance: | Undecided → Wishlist |
status: | Unconfirmed → Confirmed |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
importance: | Undecided → Wishlist |
Changed in brz: | |
status: | New → Triaged |
To post a comment you must log in.
I'm working on bzr-config utility (configuration utility for Bazaar with graphical interface) and I'm plan to provide such plugins management:
1) Existing plugins: user can disable plugin or delete plugin completely. When choose disable then plugin moved to ~/plugins/.disabled subdirectory and stay in touch bazaar- vcs.org/ BzrPlugins. Read raw source of this page and parse it. And then user could browse existing plugins and then install them (see above).
2) Install new plugins: from the archive (zip/tar.gz) on local disk or from URL. If this is a branch user could do lightweight checkout of plugin (this simplify update process)
3) Using Plugins Registry from http://