~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/_urllib2_wrappers.py

merge fix for bug #177643

Show diffs side-by-side

added added

removed removed

Lines of Context:
1038
1038
        the prompt, so we build the prompt from the authentication dict which
1039
1039
        contains all the needed parts.
1040
1040
 
1041
 
        Also, hhtp and proxy AuthHandlers present different prompts to the
1042
 
        user. The daughter classes hosuld implements a public
 
1041
        Also, http and proxy AuthHandlers present different prompts to the
 
1042
        user. The daughter classes should implements a public
1043
1043
        build_password_prompt using this method.
1044
1044
        """
1045
1045
        prompt = '%s' % auth['protocol'].upper() + ' %(user)s@%(host)s'