How can I 'hg clone' from another machine?
Posted
by michael
on Stack Overflow
See other posts from Stack Overflow
or by michael
Published on 2010-05-03T06:56:05Z
Indexed on
2010/05/03
7:38 UTC
Read the original article
Hit count: 234
hg
Hi,
I have 2 Ubuntu laptops in the same WiFi network. I would like to 'hg clone' from 1 laptop to another.
In my source laptop, I have a 'hg' repository in ~/work/myserver
and my source laptop ip address inet addr:192.168.1.2.
So what should i do on my dest laptop so that I can clone my hg repository?
Thank you.
© Stack Overflow or respective owner