We have 3 central mercurial repositories, one is the stable version that is the code that went out in the last release, and the other two are dev repositories.
Most of the time I will be working on one of the dev repositories (but occasionally may have to make a change to the other dev repository or to the stable repository).
Do I create three directories on my local machine and create a mercurial repository in each, or is there a way in which I can work from a single repository on my machine and synchronise my local repository with the appropriate central one?
What's the best approach here?