~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/remote.py

  • Committer: Jelmer Vernooij
  • Date: 2011-08-19 22:34:02 UTC
  • mto: This revision was merged to the branch mainline in revision 6089.
  • Revision ID: jelmer@samba.org-20110819223402-wjywqb0fa1xxx522
Use get_transport_from_{url,path} in more places.

Show diffs side-by-side

added added

removed removed

Lines of Context:
541
541
            # url only for an intial construction (when the url came from the
542
542
            # command-line).
543
543
            http_url = base[len('bzr+'):]
544
 
            self._http_transport = transport.get_transport(http_url)
 
544
            self._http_transport = transport.get_transport_from_url(http_url)
545
545
        else:
546
546
            self._http_transport = http_transport
547
547
        super(RemoteHTTPTransport, self).__init__(