Merge lp://staging/~tribaal/ubuntu/saucy/juju-core/add-bash-completion into lp://staging/ubuntu/saucy/juju-core
Proposed by
Chris Glass
Status: | Merged |
---|---|
Merge reported by: | James Page |
Merged at revision: | not available |
Proposed branch: | lp://staging/~tribaal/ubuntu/saucy/juju-core/add-bash-completion |
Merge into: | lp://staging/ubuntu/saucy/juju-core |
Diff against target: |
46 lines (+21/-0) 3 files modified
debian/changelog (+7/-0) debian/etc/bash_completion.d/juju-core (+13/-0) debian/rules (+1/-0) |
To merge this branch: | bzr merge lp://staging/~tribaal/ubuntu/saucy/juju-core/add-bash-completion |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Page | Approve | ||
Review via email: mp+177287@code.staging.launchpad.net |
Description of the change
This branch adds a rudimentary but functional autocomplete to all top-level juju commands.
For example, after installing a package build with this packaging branch, you can type "juju boo<tab>" and the bash_completion package will auto expand it to "juju bootstrap".
This is one of my first ubuntu packaging branches, so please feel free to let me know if I should have used another mechanism than dh_install to achieve this (but it seems like a rational approach).
To post a comment you must log in.
I'll merge this with the 1.12 upload this week.