On 09/21/2013 05:12 PM, Chris Down wrote:
> What does this have to do with dulwich?
because the hg-git extension uses dulwich internally.
And now I know it's a dulwich problem, because:
dulwich clone http://git.suckless.org/dwm
gives the same error.
On 2013-09-21 14:19, Sam Ḥilluc wrote:
> Ok, I'll investigate if it's a probelm with hggit or the dulwich backend
> and report the bug.
What does this have to do with dulwich?
pgpBK757lAc5S.pgp
Description: PGP signature
On 09/21/2013 12:09 AM, Alexander Huemer wrote:
> Well, on suckless.org the http clone support is provided by cgit (the
> git http frontend). Obviously there is some incompatibility. Maybe you
> want to let the hg-git guys know that.
>
> Kind regards,
> -Alex
Ok, I'll investigate if it's a probel
On Fri, Sep 20, 2013 at 10:39:07PM +0200, Sam Ḥilluc wrote:
> On 09/20/2013 10:14 PM, Alexander Huemer wrote:
> > $ hg clone git://git.suckless.org/st
> >
> > works for me. Are you sure there is a http+git URI scheme for hg-git?
> >
> > Kind regards,
> > -Alex
> Indeed, with the git protocol it wo
Hi,
On Fri, Sep 20, 2013 at 09:48:23PM +0200, Sam Ḥilluc wrote:
> The suckless projects being the only ones that I follow from their git
> repo, I decided to simply use the hggit extension of mercurial. So I
> installed it and tried a: hg clone git+http://git.suckless.org/dwm, I
> got a ValueErr
On 2013-09-20 21:48, Sam Ḥilluc wrote:
> hg clone git+http://git.suckless.org/dwm, I got a ValueError
Are you sure git+http works? Try git://git.suckless.org/dwm.git instead.
pgpCyI7jgOXt3.pgp
Description: PGP signature
On 09/20/2013 10:14 PM, Alexander Huemer wrote:
> $ hg clone git://git.suckless.org/st
>
> works for me. Are you sure there is a http+git URI scheme for hg-git?
>
> Kind regards,
> -Alex
Indeed, with the git protocol it works fine (I didn't know it, thanks).
But the http problem still holds, if a
Hi everybody,
The suckless projects being the only ones that I follow from their git
repo, I
decided to simply use the hggit extension of mercurial. So I installed
it and
tried a: hg clone git+http://git.suckless.org/dwm, I got a ValueError
exception. I tried the same thing with st, dmenu, with th