Comment 17 for bug 497274

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Hi Janne,

You can work around this bug by using https+urllib rather than just https:, e.g.:

bzr log https+urllib://github.com/mbrossard/threadpool.git

Unfortunately "bzr log" can't ever work for Git repositories, because Git only allows fetching full packs, not just the revision details.