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

  • Committer: Vincent Ladeuil
  • Date: 2009-12-04 15:22:23 UTC
  • mfrom: (4795.4.6 395714-auth-redirect)
  • mto: This revision was merged to the branch mainline in revision 4866.
  • Revision ID: v.ladeuil+lp@free.fr-20091204152223-04genfpg607iayix
Start fixing bug #395714 when authentication is required after an http redirection

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
                                 None, None, self._host, self._port, path)
155
155
 
156
156
    def _create_auth(self):
157
 
        """Returns a dict returning the credentials provided at build time."""
 
157
        """Returns a dict containing the credentials provided at build time."""
158
158
        auth = dict(host=self._host, port=self._port,
159
159
                    user=self._user, password=self._password,
160
160
                    protocol=self._unqualified_scheme,