/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Robert Collins
  • Date: 2007-07-14 09:35:31 UTC
  • mto: (2592.3.23 repository)
  • mto: This revision was merged to the branch mainline in revision 2634.
  • Revision ID: robertc@robertcollins.net-20070714093531-n1kt1ch73qxhfw8i
Add a new transport decorator unlistable+ for testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1295
1295
            )
1296
1296
register_lazy_transport('readonly+', 'bzrlib.transport.readonly', 'ReadonlyTransportDecorator')
1297
1297
 
1298
 
register_transport_proto('fakenfs+')
1299
 
register_lazy_transport('fakenfs+', 'bzrlib.transport.fakenfs', 'FakeNFSTransportDecorator')
 
1298
register_transport_proto('unlistable+')
 
1299
register_lazy_transport('unlistable+', 'bzrlib.transport.unlistable', 'UnlistableTransportDecorator')
1300
1300
 
1301
1301
register_transport_proto('brokenrename+')
1302
1302
register_lazy_transport('brokenrename+', 'bzrlib.transport.brokenrename',