I'm working on a project that use Mercurial as his source control manager.
The directory structure is the following:
repo/mylib1/.hg repo/mylib2/.hg ... repo/myApp/.hg
I want everything under an unique repo (ie: repo/.hg) and, ideally, I want to keep the file history of each repo.
Can I do that with Mercurial? How?
Thanks!