Merge lp://staging/~mbp/bzr/remove-pylzma into lp://staging/bzr
Proposed by
Martin Pool
Status: | Merged |
---|---|
Approved by: | Martin Pool |
Approved revision: | no longer in the source branch. |
Merged at revision: | 6277 |
Proposed branch: | lp://staging/~mbp/bzr/remove-pylzma |
Merge into: | lp://staging/bzr |
Diff against target: |
83 lines (+2/-25) 2 files modified
bzrlib/groupcompress.py (+2/-23) bzrlib/tests/blackbox/test_export.py (+0/-2) |
To merge this branch: | bzr merge lp://staging/~mbp/bzr/remove-pylzma |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Vincent Ladeuil | Needs Information | ||
John A Meinel | Approve | ||
Review via email: mp+82097@code.staging.launchpad.net |
Commit message
remove dead code for lzma compression
Description of the change
During the early development of the 2a format I think John tried out using pylzma, but it's never actually shipped turned on. This pulls out the conditional code:
* It's not packaged in Ubuntu
* We didn't use it in this format
* The import possibly causes us to do io and possibly upsets dependency-
To post a comment you must log in.
sent to pqm by email