README
changeset 179 ff5377a4b203
parent 178 b3bf5a0edd69
child 182 089594a5bbde
child 182 089594a5bbde
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