Merge lp://staging/~bcsaller/charm-tools/renames into lp://staging/charm-tools/1.6
Proposed by
Benjamin Saller
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 364 | ||||
Proposed branch: | lp://staging/~bcsaller/charm-tools/renames | ||||
Merge into: | lp://staging/charm-tools/1.6 | ||||
Diff against target: |
167 lines (+26/-19) 6 files modified
charmtools/compose/__init__.py (+5/-1) charmtools/compose/inspector.py (+2/-2) charmtools/compose/tactics.py (+13/-10) charmtools/utils.py (+2/-2) setup.py (+2/-2) tests/test_compose.py (+2/-2) |
||||
To merge this branch: | bzr merge lp://staging/~bcsaller/charm-tools/renames | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marco Ceppi (community) | Approve | ||
Review via email: mp+272190@code.staging.launchpad.net |
Description of the change
This builds on the deps fix branch and includes the (I believe) current naming expectations, along side the old commands. It also allows
charm layers -r
(or inspect)
to pipe through less (which might also need a -r depending on your LESS env)
To post a comment you must log in.
This branch resolves bug #1500219 for me