/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: Andrew Bennetts
  • Date: 2008-04-02 10:05:36 UTC
  • mto: This revision was merged to the branch mainline in revision 3330.
  • Revision ID: andrew.bennetts@canonical.com-20080402100536-036gccz7fxmiotua
Add a 'nosmart+' transport decorator.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1798
1798
                        'bzrlib.transport.fakevfat',
1799
1799
                        'FakeVFATTransportDecorator')
1800
1800
 
 
1801
register_transport_proto('nosmart+')
 
1802
register_lazy_transport('nosmart+', 'bzrlib.transport.nosmart',
 
1803
                        'NoSmartTransportDecorator')
 
1804
 
1801
1805
# These two schemes were registered, but don't seem to have an actual transport
1802
1806
# protocol registered
1803
1807
for scheme in ['ssh', 'bzr+loopback']: