1
edit
Changes
→Notes
:''I get an error while cloning a remote repository via ssh''
:If your remote repository is cloned thusly
:And, you find that after successful ssh authentication you get the error message remote: abort: repository path/to/repo not found! , then you need to know the following:
::Mercurial's remote repository syntax differs from syntax of other well known programs such as rsync, cvs - both of which use a : character to delimit USER@REMOTE from the path component (/path/to/repo).