When you add mercurial subrepositiories using .hgsub
you can specify them using HTTPS or SSH but here is the big problem:
- if you specify HTTPS you will not be able to push because it will require you to login.
- if you specify SSH, you will be able to push but others will not be able to even checkout your repository.
Is there a workaorund for this?