Let\'s say I have a Mercurial repository and I\'m pulling from a default parent URL (the source I cloned it from).
Now I want to change the default parent URL (hostn
I just found the answer to my own question. Edit the .hg/hgrc file in the repository, change the default setting under the [paths] section. Simple!
.hg/hgrc
default
[paths]