I have in a .hgsub, an entry to a subrepository, that is invoked using https.
myrepo = https://user@bitbucket.org/user/project
Now, I want to use ssh since both repositories are mine and I've created a ssh key. So, it would be:
myrepo = ssh://hg@bitbucket.org/user/project
I haven't changed, and haven't tested either. Does someone knows if changing this url is going to add some kind of problem?