equal
deleted
inserted
replaced
70 Network support (highly experimental): |
70 Network support (highly experimental): |
71 |
71 |
72 # pull the self-hosting hg repo |
72 # pull the self-hosting hg repo |
73 foo$ hg init |
73 foo$ hg init |
74 foo$ hg merge http://selenic.com/hg/ |
74 foo$ hg merge http://selenic.com/hg/ |
|
75 foo$ hg checkout # hg co works too |
75 |
76 |
76 # export your .hg directory as a directory on your webserver |
77 # export your .hg directory as a directory on your webserver |
77 foo$ ln -s .hg ~/public_html/hg-linux |
78 foo$ ln -s .hg ~/public_html/hg-linux |
78 |
79 |
79 # merge changes from a remote machine |
80 # merge changes from a remote machine |