While I was trying to use git-remote-hg to work with a Mercurial repository using git, I noticed that using git-grab to clone a repository using an URL like hg::http://selenic.com/repo/hello returns an invalid hostname error.
I am assuming any intentional invocation of remote helper programs through URLs of the form <transport>::<address> would error the same.
While I was trying to use git-remote-hg to work with a Mercurial repository using
git, I noticed that usinggit-grabto clone a repository using an URL likehg::http://selenic.com/repo/helloreturns aninvalid hostnameerror.I am assuming any intentional invocation of remote helper programs through URLs of the form
<transport>::<address>would error the same.