Show More
@@ -69,6 +69,9 b' def readauthforuri(ui, uri, user):' | |||||
69 | # Read configuration |
|
69 | # Read configuration | |
70 | groups = {} |
|
70 | groups = {} | |
71 | for key, val in ui.configitems('auth'): |
|
71 | for key, val in ui.configitems('auth'): | |
|
72 | if key in ('cookiefile',): | |||
|
73 | continue | |||
|
74 | ||||
72 | if '.' not in key: |
|
75 | if '.' not in key: | |
73 | ui.warn(_("ignoring invalid [auth] key '%s'\n") % key) |
|
76 | ui.warn(_("ignoring invalid [auth] key '%s'\n") % key) | |
74 | continue |
|
77 | continue |
General Comments 0
You need to be logged in to leave comments.
Login now