Comment 1 for bug 1025886

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 1025886] [NEW] KeyError when using git+https in hg-git

Hi,

Thanks for the bugreport.

On Tue, Jul 17, 2012 at 09:02:26PM -0000, Jody McIntyre wrote:
> I'm getting a KeyError when attempting to use hg-git to pull changes
> from two repos:
>
> scjody@ailuropoda:~$ hg init foo
> scjody@ailuropoda:~$ cd foo
> scjody@ailuropoda:~/foo$ hg pull git+https://github.com/mozilla/django-csp.git
> pulling from git+https://github.com/mozilla/django-csp.git
[...]
>
> I'm using an up to date clone of hg-git with Dulwich 0.8.1 (I've
> confirmed it still happens with an up to date clone of Dulwich).

Can you reproduce this problem with plain dulwich ? dulwich itself
seems to happily clone this repository.

$ dulwich clone https://github.com/mozilla/django-csp.git
$

  affects dulwich
  status incomplete

Cheers,

Jelmer