Comment 10 for bug 1025886

Revision history for this message
dom (dominikruf) wrote : Re: KeyError when using git+https in hg-git

I don't know much about dulwich or hg-git but as I wrote before I was not able to disable thin packs the way bob did.
I just looked into the git_handler.py and found the following line
return client.HttpGitClient(uri, thin_packs=False), uri

So to me it seems that thin packs are already disabled.

What kind of context do you need?