/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-10-04 22:24:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2933.
  • Revision ID: robertc@robertcollins.net-20071004222429-xbnfwymz8ak3u60g
Reduce spurious differences to bzr.dev from merge mishaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1772
1772
register_lazy_transport('bzr+https://',
1773
1773
                        'bzrlib.transport.remote',
1774
1774
                        'RemoteHTTPTransport')
1775
 
register_transport_proto('bzr+https://',
1776
 
#                help="Fast access using the Bazaar smart server over HTTPS."
1777
 
             )
1778
 
register_lazy_transport('bzr+https://',
1779
 
                        'bzrlib.transport.remote',
1780
 
                        'RemoteHTTPTransport')
1781
1775
register_transport_proto('bzr+ssh://',
1782
1776
            help="Fast access using the Bazaar smart server over SSH.",
1783
1777
            default_port=22)