Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Oct 22 14:30:34 2008 -0500 +++ b/mercurial/commands.py Wed Oct 22 15:41:32 2008 -0500 @@ -2071,13 +2071,10 @@ http://[user[:pass]@]host[:port]/[path] https://[user[:pass]@]host[:port]/[path] ssh://[user[:pass]@]host[:port]/[path] - static-http://host[:port]/[path] Paths in the local filesystem can either point to Mercurial repositories or to bundle files (as created by 'hg bundle' or - 'hg incoming --bundle'). The static-http:// protocol, albeit slow, - allows access to a Mercurial repository where you simply use a web - server to publish the .hg directory as static content. + 'hg incoming --bundle'). An optional identifier after # indicates a particular branch, tag, or changeset to pull.