~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/ftp/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-15 21:44:44 UTC
  • mfrom: (3777.1.7 ssh-authconfig)
  • Revision ID: pqm@pqm.ubuntu.com-20081015214444-ztwoizx180edy73v
Enable specifying default ssh username in authentication.conf

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
 
117
117
        :return: The created connection and its associated credentials.
118
118
 
119
 
        The credentials are only the password as it may have been entered
120
 
        interactively by the user and may be different from the one provided
121
 
        in base url at transport creation time.
 
119
        The input credentials are only the password as it may have been
 
120
        entered interactively by the user and may be different from the one
 
121
        provided in base url at transport creation time.  The returned
 
122
        credentials are username, password.
122
123
        """
123
124
        if credentials is None:
124
125
            user, password = self._user, self._password