Merge lp://staging/~andidog/bzr-webdav/trunk into lp://staging/bzr-webdav
Proposed by
Andreas Sommer
Status: | Merged |
---|---|
Merge reported by: | Vincent Ladeuil |
Merged at revision: | not available |
Proposed branch: | lp://staging/~andidog/bzr-webdav/trunk |
Merge into: | lp://staging/bzr-webdav |
Diff against target: |
16 lines (+3/-2) 1 file modified
webdav.py (+3/-2) |
To merge this branch: | bzr merge lp://staging/~andidog/bzr-webdav/trunk |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Vincent Ladeuil | Approve | ||
Review via email: mp+96339@code.staging.launchpad.net |
Description of the change
Fix for change in bzrlib's SSL certificate checking: Parameter ca_certs was added to the Opener class. I added this as keyword argument with default value None, so that the webdav plugin should still work with older Bazaar versions.
See bzr revision "6238.2.22 revid:<email address hidden>" for the change.
To post a comment you must log in.
Sorry, in fact it won't work with older versions because I'm also passing that parameter on to the super class.