~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-02-17 20:31:03 UTC
  • mto: This revision was merged to the branch mainline in revision 2307.
  • Revision ID: v.ladeuil+lp@free.fr-20070217203103-5uepd1ux5jqvufaa
Fix #85305 by issuing an exception instead of a traceback.

* bzrlib/transport/http/_pycurl.py:
(PyCurlTransport.__init__): Check https support.

* bzrlib/tests/test_http.py:
(TestWithTransport_pycurl): Moved higher for reuse.
(TestHttpTransportUrls): Separated from TestHttpUrls to be applied
to both implementations (pycurl and urllib).
(TestHttpUrls_urllib, TestHttpUrls_pycurl): 

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
 
125
125
    * Fix problem with UNC paths on Windows 98. (Alexander Belchenko, #84728)
126
126
 
 
127
    * Raise DependencyNotPresent if pycurl do not support https. (Vincent
 
128
      Ladeuil, #85305)
 
129
 
127
130
  TESTING:
128
131
 
129
132
    * New ``--first`` option to ``bzr selftest`` to run specified tests