171
171
if req.get_host() == "github.com":
172
172
# GitHub requires we lie. https://github.com/dulwich/dulwich/issues/562
174
174
elif req.get_host() == "bazaar.launchpad.net":
175
175
# Don't attempt Git probes against bazaar.launchpad.net; pad.lv/1744830
176
176
raise bzr_errors.NotBranchError(transport.base)