Mercurial > hg
changeset 13304:e4b02eb825b1
help: ssh urls don't allow passwords
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 27 Jan 2011 13:29:21 -0600 |
parents | 716ce1ea6fec |
children | 0c493e5ce8e9 |
files | mercurial/help/urls.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/urls.txt Tue Jan 18 14:16:27 2011 +0100 +++ b/mercurial/help/urls.txt Thu Jan 27 13:29:21 2011 -0600 @@ -4,7 +4,7 @@ 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:`