How to clone repository to a remote server/repository with Mercurial

Posted by Alex N. on Stack Overflow See other posts from Stack Overflow or by Alex N.
Published on 2010-06-03T02:50:48Z Indexed on 2010/06/03 2:54 UTC
Read the original article Hit count: 277

Filed under:

Found myself quite confused today about this.

I create a blank repository locally(hg init), cloned it to working copy, added some code, commited and pushed it(to local repo obviously).

Now I need to share that repository with others. There is a server that has mercurial on it, how do I clone my repository to a remote one such that other developers can access it and pull/push code from/to it?

© Stack Overflow or respective owner

Related posts about mercurial