/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: John Arbash Meinel
  • Date: 2009-12-10 17:16:19 UTC
  • mfrom: (4884 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4889.
  • Revision ID: john@arbash-meinel.com-20091210171619-ehdcxjbl8afhq9g1
Bring in bzr.dev 4884

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,