You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
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.