hg co after hg merge

This commit is contained in:
mpm@selenic.com 2005-05-04 22:57:16 -08:00
parent cd521a6348
commit de2f3d3af8

1
README
View File

@ -72,6 +72,7 @@ Network support (highly experimental):
# pull the self-hosting hg repo
foo$ hg init
foo$ hg merge http://selenic.com/hg/
foo$ hg checkout # hg co works too
# export your .hg directory as a directory on your webserver
foo$ ln -s .hg ~/public_html/hg-linux