README
changeset 27 febfb35d2a3e
parent 1 273ce12ad8f1
child 63 1c590d34bf61
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