167
167
# breezy.git, since it's called for every repository that's
168
168
# accessed over HTTP, whether it's Git, Bzr or something else.
169
169
# Importing Dulwich and the other support code adds unnecessray slowdowns.
172
171
url = urlutils.URL.from_string(base_url)
173
172
url.user = url.quoted_user = None
174
173
url.password = url.quoted_password = None