/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 breezy/transport/http/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 00:52:08 UTC
  • mfrom: (6675 work)
  • mto: (6670.4.8 move-bzr)
  • mto: This revision was merged to the branch mainline in revision 6681.
  • Revision ID: jelmer@jelmer.uk-20170610005208-dthx80fkolfpsenj
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
import os
25
25
import re
26
 
import urlparse
27
26
import sys
28
27
import weakref
29
28
 
507
506
                # credentials (if they don't apply, the redirected to server
508
507
                # will tell us, but if they do apply, we avoid prompting the
509
508
                # user)
510
 
                redir_scheme = parsed_target.scheme + '+' + self._impl_name
 
509
                redir_scheme = parsed_target.scheme
511
510
                new_url = self._unsplit_url(redir_scheme,
512
511
                    self._parsed_url.user,
513
512
                    self._parsed_url.password,