更改 hg pull 使用的 url
可能的重复:
更改 Mercurial“默认”父 URL
最初我们的应用程序位于
现在位于
因为我做了一个 hg 克隆“http:// /ourserver.com/webapp” hg pull 现在使用“http://ourserver.com/webapp ”。我该如何更改它,以便 hg pull 使用“http://ourserver.com/dev”而不是显式使用 hg拉 http://ourserver.com/webapp 或重新克隆存储库?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需编辑 .hg/hgrc
You can just edit .hg/hgrc