comparison README @ 176:1d8e9637a0a4

Change hg: protocol name to http: and http: to old-http: hg: will continue to work for a bit old-http: will be phased out soon
author mpm@selenic.com
date Fri, 27 May 2005 12:26:14 -0800
parents 5c331d941c7f
children b3bf5a0edd69 b3bf5a0edd69
comparison
equal deleted inserted replaced
175:0eb6e2c9800d 176:1d8e9637a0a4
77 77
78 # export your current repo via HTTP with browsable interface 78 # export your current repo via HTTP with browsable interface
79 foo$ hg serve -n "My repo" -p 80 79 foo$ hg serve -n "My repo" -p 80
80 80
81 # merge changes from a remote machine 81 # merge changes from a remote machine
82 bar$ hg merge hg://foo/ 82 bar$ hg merge http://foo/
83 bar$ hg co # checkout the result 83 bar$ hg co # checkout the result
84 84
85 # Set up a CGI server on your webserver 85 # Set up a CGI server on your webserver
86 foo$ cp hgweb.cgi ~/public_html/hg-linux/index.cgi 86 foo$ cp hgweb.cgi ~/public_html/hg-linux/index.cgi
87 foo$ emacs ~/public_html/hg-linux/index.cgi # adjust the defaults 87 foo$ emacs ~/public_html/hg-linux/index.cgi # adjust the defaults