Merge lp://qastaging/~snappy-dev/click/snappyprogress2 into lp://qastaging/click/devel
Proposed by
Michael Vogt
Status: | Needs review |
---|---|
Proposed branch: | lp://qastaging/~snappy-dev/click/snappyprogress2 |
Merge into: | lp://qastaging/click/devel |
Diff against target: |
2628 lines (+2092/-63) 25 files modified
acquire/http-udm (+28/-0) acquire/pycurl (+30/-0) click/acquire.py (+450/-0) click/build.py (+123/-8) click/commands/__init__.py (+3/-0) click/commands/info.py (+50/-5) click/commands/install.py (+50/-2) click/commands/login.py (+53/-0) click/commands/search.py (+46/-0) click/commands/update.py (+114/-0) click/install.py (+49/-13) click/network.py (+72/-0) click/oauth.py (+29/-0) click/paths.py.in (+3/-0) click/repository.py (+224/-0) click/tests/test_acquire.py (+174/-0) click/tests/test_build.py (+292/-8) click/tests/test_install.py (+20/-13) debian/changelog (+224/-0) debian/click.postinst (+2/-2) debian/control (+4/-3) debian/rules (+2/-1) lib/click/database.vala (+0/-8) lib/click/user.vala (+42/-0) setup.py.in (+8/-0) |
To merge this branch: | bzr merge lp://qastaging/~snappy-dev/click/snappyprogress2 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Vogt | Pending | ||
Snappy Developers | Pending | ||
James Hunt | Pending | ||
Review via email: mp+243798@code.qastaging.launchpad.net |
This proposal supersedes a proposal from 2014-12-04.
Description of the change
Merge proposal that that we not forget that this should go back into trunk/ - at least we should cherry pick r570-r574 from this branch.
To post a comment you must log in.
Unmerged revisions
- 574. By Barry Warsaw
-
Use a textual progress meter when `click update --meter` is given.
- 573. By Barry Warsaw
-
trunk merge
- 572. By Barry Warsaw
-
--meter
- 571. By Barry Warsaw
-
* click/acquire.py:
- progress meter - 570. By Barry Warsaw
-
Progress meter.
- 569. By Michael Vogt
-
merge previous upload
- 568. By Michael Vogt
-
merged lp:~mvo/click/yaml-manifest
- 567. By Michael Vogt
-
more fixes
- 566. By Michael Vogt
-
fix test failure
- 565. By Michael Vogt
-
add support for "services" in packages.yaml