Can't figure this out.
This works locally on machinex.com:
hg clone /somepath/repos mystuff
But I try this remotely:
hg clone ssh://myuser@machinex.com/somepath/repos mystuff
I get this:
myuser's password: [enter password correctly]
remote: abort: There is no Mercurial repository here (.hg not found)!
abort: no suitable response from remote hg!
I can ssh into machinex.com just fine, too.
Any help is greatly appreciated.