comparison README @ 27:febfb35d2a3e

hg co after hg merge
author mpm@selenic.com
date Wed, 04 May 2005 22:57:16 -0800
parents 273ce12ad8f1
children 1c590d34bf61
comparison
equal deleted inserted replaced
26:9cf83bf9ad38 27:febfb35d2a3e
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