mercurial: how to synchronize mq patches from a master repo as mq patches to a set of clone repos
- by dim
I have to run a dozen of different build tests on a code base maintained in a mercurial repository. I don't want to run serially these tests on same repository because they modify a set of common files and I want to run them in parallel on different machines. Also, after all tests are run I want to have access to latest test results from those test…