/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: Martin Pool
  • Date: 2007-10-03 02:56:16 UTC
  • mfrom: (2651.1.1 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 2877.
  • Revision ID: mbp@sourcefrog.net-20071003025616-tvpxy65fdc9safgb
merge bzr+https patch from johnf and add a basic test

Show diffs side-by-side

added added

removed removed

Lines of Context:
1702
1702
register_lazy_transport('bzr+http://',
1703
1703
                        'bzrlib.transport.remote',
1704
1704
                        'RemoteHTTPTransport')
 
1705
register_transport_proto('bzr+https://',
 
1706
#                help="Fast access using the Bazaar smart server over HTTPS."
 
1707
             )
 
1708
register_lazy_transport('bzr+https://',
 
1709
                        'bzrlib.transport.remote',
 
1710
                        'RemoteHTTPTransport')
1705
1711
register_transport_proto('bzr+ssh://',
1706
1712
            help="Fast access using the Bazaar smart server over SSH.")
1707
1713
register_lazy_transport('bzr+ssh://',