XP-Dev.com Documentation - User Guide - Mercurial - Exporting Repositories
As Mercurial is a distributed version control system, you can use any regular Mercurial client to export your XP-Dev.com Mercurial repositories.
Small print: You’ll need to substitute the command below with the SSH URL of your Mercurial repository.
Cloning XP-Dev.com Mercurial Repositories
To clone your XP-Dev.com Mercurial repository for everyday use:
- Go to the Source Control tab of your XP-Dev.com project
- Clone the Mercurial repository:
$ hg clone ssh://hg.xp-dev.com/repo
This will clone everything, including tags & branches.
