Show More
@@ -70,11 +70,7 def readauthforuri(ui, uri, user): | |||||
70 | gdict[setting] = val |
|
70 | gdict[setting] = val | |
71 |
|
71 | |||
72 | # Find the best match |
|
72 | # Find the best match | |
73 | if '://' in uri: |
|
73 | scheme, hostpath = uri.split('://', 1) | |
74 | scheme, hostpath = uri.split('://', 1) |
|
|||
75 | else: |
|
|||
76 | # Python 2.4.1 doesn't provide the full URI |
|
|||
77 | scheme, hostpath = 'http', uri |
|
|||
78 | bestuser = None |
|
74 | bestuser = None | |
79 | bestlen = 0 |
|
75 | bestlen = 0 | |
80 | bestauth = None |
|
76 | bestauth = None |
General Comments 0
You need to be logged in to leave comments.
Login now