# HG changeset patch # User Matt Mackall # Date 2011-01-27 19:29:21 # Node ID e4b02eb825b1a8baf8ba91a6391f3a1a15b89e53 # Parent 716ce1ea6fec4b1f1e5dd81b3cc086a98fa62fd1 help: ssh urls don't allow passwords diff --git a/mercurial/help/urls.txt b/mercurial/help/urls.txt --- a/mercurial/help/urls.txt +++ b/mercurial/help/urls.txt @@ -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:`