help: ssh urls don't allow passwords

This commit is contained in:
Matt Mackall 2011-01-27 13:29:21 -06:00
parent 18144d9b0d
commit b4143e379a

View File

@ -4,7 +4,7 @@ Valid URLs are of the form::
file://local/filesystem/path[#revision]
http://[user[:pass]@]host[:port]/[path][#revision]
https://[user[:pass]@]host[:port]/[path][#revision]
ssh://[user[:pass]@]host[:port]/[path][#revision]
ssh://[user@]host[:port]/[path][#revision]
Paths in the local filesystem can either point to Mercurial
repositories or to bundle files (as created by :hg:`bundle` or :hg:`