Possible Duplicate:
Changing Mercurial “Default” Parent URL
Initially our application was at
now it is at
Because I did an hg clone "http://ourserver.com/webapp" hg pull now uses "http://ourserver.com/webapp". How can I change it so hg pull uses "http://ourserver.com/dev" other than explicitly using hg pull http://ourserver.com/webapp or re-cloning the repo?