From b4143e379a5d2fcab58b5d21e74070a89751c6e8 Mon Sep 17 00:00:00 2001 From: Matt Mackall Date: Thu, 27 Jan 2011 13:29:21 -0600 Subject: [PATCH] help: ssh urls don't allow passwords --- mercurial/help/urls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mercurial/help/urls.txt b/mercurial/help/urls.txt index 3704090c67..016d5bdfdd 100644 --- 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:`