changeset 31935 | 566cb89050b7 |
parent 31488 | 766364caae14 |
child 33499 | 0407a51b9d8c |
--- a/mercurial/httpconnection.py Thu Mar 09 21:35:21 2017 -0800 +++ b/mercurial/httpconnection.py Thu Mar 09 22:35:10 2017 -0800 @@ -69,6 +69,9 @@ # Read configuration groups = {} for key, val in ui.configitems('auth'): + if key in ('cookiefile',): + continue + if '.' not in key: ui.warn(_("ignoring invalid [auth] key '%s'\n") % key) continue