equal
deleted
inserted
replaced
90 bar$ hg update -m # merge changes into your working directory |
90 bar$ hg update -m # merge changes into your working directory |
91 |
91 |
92 # Set up a CGI server on your webserver |
92 # Set up a CGI server on your webserver |
93 foo$ cp hgweb.cgi ~/public_html/hg/index.cgi |
93 foo$ cp hgweb.cgi ~/public_html/hg/index.cgi |
94 foo$ emacs ~/public_html/hg/index.cgi # adjust the defaults |
94 foo$ emacs ~/public_html/hg/index.cgi # adjust the defaults |
|
95 |
|
96 For more info: |
|
97 |
|
98 Documentation in doc/ |
|
99 Mercurial website at http://selenic.com/mercurial |
|
100 Mercurial wiki at http://selenic.com/mercurial/wiki |