I have a distant repository called http://myrepo
I also have 3 projects with 3 distinct packages (1 in each) stored in D:/Projects/Project[ABC]/src/pack[ABC]
.
I would like to create a local repo in D:/Mercurial
which will reference the packages pack[ABC]
as subrepositories, which are to be pushed to my distant repo.
Finally, I would like to have my packages stored in my distant repo so you read http://myrepo/pack[ABC], and they should reflect the changes made in D:/Projects/Project[ABC]/src/pack[ABC]
.
I can't manage tu push my subrepositories to my distant one. How to set-up such a thing?