comparison mercurial/commands.py @ 7211:25c0dee16ee0

Autodetect static-http
author Matt Mackall <mpm@selenic.com>
date Wed, 22 Oct 2008 15:41:32 -0500
parents 833d1250ce00
children 402d317778d3
comparison
equal deleted inserted replaced
7210:833d1250ce00 7211:25c0dee16ee0
2069 2069
2070 local/filesystem/path (or file://local/filesystem/path) 2070 local/filesystem/path (or file://local/filesystem/path)
2071 http://[user[:pass]@]host[:port]/[path] 2071 http://[user[:pass]@]host[:port]/[path]
2072 https://[user[:pass]@]host[:port]/[path] 2072 https://[user[:pass]@]host[:port]/[path]
2073 ssh://[user[:pass]@]host[:port]/[path] 2073 ssh://[user[:pass]@]host[:port]/[path]
2074 static-http://host[:port]/[path]
2075 2074
2076 Paths in the local filesystem can either point to Mercurial 2075 Paths in the local filesystem can either point to Mercurial
2077 repositories or to bundle files (as created by 'hg bundle' or 2076 repositories or to bundle files (as created by 'hg bundle' or
2078 'hg incoming --bundle'). The static-http:// protocol, albeit slow, 2077 'hg incoming --bundle').
2079 allows access to a Mercurial repository where you simply use a web
2080 server to publish the .hg directory as static content.
2081 2078
2082 An optional identifier after # indicates a particular branch, tag, 2079 An optional identifier after # indicates a particular branch, tag,
2083 or changeset to pull. 2080 or changeset to pull.
2084 2081
2085 Some notes about using SSH with Mercurial: 2082 Some notes about using SSH with Mercurial: