We are working with severall people on the same project and are using Mercurial as our DVCS. Our project does have severall subrepos.
We do need to send patches to each other by mail, because it is at this moment impossible to push and pull from the master repo.
The export command – if executed on the master will only create a patch for the master, and not for the subrepo’s. We could manually create pathes for those, but we would like to know if there is an easier way to do this?
We are working with severall people on the same project and are using Mercurial
Share
As Martin suggested, i wrote my own extension. I will post the code here, in the hope someone will improve it or make it defaulf available in mercurial …
Thanks Martin, i based it on your onsub extension, and yes i know there are a few problems with it, but for now, it serves its purpose. (problems with more than 10 subrepos and more than 1 level of nesting)
And the other way around: