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 ValueError exception. I tried the same thing with st, dmenu, > with the same error. I then tried repos from github, kernel.org, some > random git repos, and all worked fine. > > So my question: what are you guys using to serve the git repo? do you think > it's a bug on your side or is it from the hggit extension ?
$ 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