##// END OF EJS Templates
Document password syntax in repositories URLs
Andreas Hartmetz -
r6803:4a8b9cf6 default
parent child Browse files
Show More
@@ -2026,9 +2026,9 b' def pull(ui, repo, source="default", **o'
2026 Valid URLs are of the form:
2026 Valid URLs are of the form:
2027
2027
2028 local/filesystem/path (or file://local/filesystem/path)
2028 local/filesystem/path (or file://local/filesystem/path)
2029 http://[user@]host[:port]/[path]
2029 http://[user[:pass]@]host[:port]/[path]
2030 https://[user@]host[:port]/[path]
2030 https://[user[:pass]@]host[:port]/[path]
2031 ssh://[user@]host[:port]/[path]
2031 ssh://[user[:pass]@]host[:port]/[path]
2032 static-http://host[:port]/[path]
2032 static-http://host[:port]/[path]
2033
2033
2034 Paths in the local filesystem can either point to Mercurial
2034 Paths in the local filesystem can either point to Mercurial
@@ -2088,9 +2088,9 b' def push(ui, repo, dest=None, **opts):'
2088 Valid URLs are of the form:
2088 Valid URLs are of the form:
2089
2089
2090 local/filesystem/path (or file://local/filesystem/path)
2090 local/filesystem/path (or file://local/filesystem/path)
2091 ssh://[user@]host[:port]/[path]
2091 ssh://[user[:pass]@]host[:port]/[path]
2092 http://[user@]host[:port]/[path]
2092 http://[user[:pass]@]host[:port]/[path]
2093 https://[user@]host[:port]/[path]
2093 https://[user[:pass]@]host[:port]/[path]
2094
2094
2095 An optional identifier after # indicates a particular branch, tag,
2095 An optional identifier after # indicates a particular branch, tag,
2096 or changeset to push. If -r is used, the named changeset and all its
2096 or changeset to push. If -r is used, the named changeset and all its
General Comments 0
You need to be logged in to leave comments. Login now