/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Vincent Ladeuil
  • Date: 2007-11-14 08:05:32 UTC
  • mto: (2992.1.1 trunk)
  • Revision ID: v.ladeuil+lp@free.fr-20071114080532-1zcuhjjlyz5ml2pu
Detect invalid transport reuse attempts by catching invalid URLs.

* bzrlib/transport/__init__.py:
(ConnectedTransport._reuse_for): Catch invalid URLs and returns
None.

* bzrlib/tests/test_transport_implementations.py:
(TransportTests.test__reuse_for): _reuse_for now returns None for
invalid URLs.

Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2980 18 years ago Canonical.com Patch Queue Manager (robertc) Improved lp:/// URL support for the Laun 7.1 KB Diff Download File
account.py 2980 18 years ago Canonical.com Patch Queue Manager (robertc) Improved lp:/// URL support for the Laun 2.1 KB Diff Download File
lp_indirect.py 2898.4.15 18 years ago James Henstridge Use get_transport() to decide whether Bazaar suppo 4.5 KB Diff Download File
lp_registration.py 2980 18 years ago Canonical.com Patch Queue Manager (robertc) Improved lp:/// URL support for the Laun 8.3 KB Diff Download File
test_account.py 2898.3.10 18 years ago James Henstridge Make LaunchpadAccountTests a TestCaseInTempDir so 3.4 KB Diff Download File
test_lp_indirect.py 2898.4.17 18 years ago James Henstridge Add a test that the redirect actually occurs when 7.2 KB Diff Download File
test_register.py 2898.4.7 18 years ago James Henstridge Fix up tests. 10.6 KB Diff Download File