Comment 3 for bug 1025886

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

On Tue, Jul 17, 2012 at 09:25:56PM -0000, Jody McIntyre wrote:
> On Tue, Jul 17, 2012 at 5:15 PM, Jelmer Vernooij <<email address hidden>
> > wrote:
>
> > Can you reproduce this problem with plain dulwich ? dulwich itself
> > seems to happily clone this repository.
> >
>
> hg-git is happy to clone either repository too. The issue occurs when I
> try to pull the "fmarier" repository into a local repository already
> containing the "mozilla" repository. I don't know how to do that with
> Dulwich.
>
> scjody@ailuropoda:~$ hg clone git+https://github.com/mozilla/django-csp.git
> destination directory: django-csp
> importing git objects into hg
> updating to branch default
> 20 files updated, 0 files merged, 0 files removed, 0 files unresolved
> scjody@ailuropoda:~$ cd django-csp
> scjody@ailuropoda:~/django-csp$ hg pull git+
> https://github.com/fmarier/django-csp.git
> pulling from git+https://github.com/fmarier/django-csp.git
> ** unknown exception encountered, please report by visiting
> ** http://mercurial.selenic.com/wiki/BugTracker
> ...
Ah, thanks - I can reproduce that using dulwich too ("dulwich fetch
...")

Cheers,

Jelmer