comparison README @ 179:ff5377a4b203

Add ~/.hgpaths to README
author mpm@selenic.com
date Fri, 27 May 2005 12:42:52 -0800
parents b3bf5a0edd69
children 089594a5bbde 089594a5bbde
comparison
equal deleted inserted replaced
178:b3bf5a0edd69 179:ff5377a4b203
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
88 88
89 # Give symbolic names to repos
90 foo$ echo "main http://selenic.com/hg/" >> ~/.hgpaths # one pair per line
91 foo$ hg merge main
92 foo$ hg co