更改 hg pull 使用的 url

发布于 2024-11-15 03:09:43 字数 829 浏览 1 评论 0原文

可能的重复:
更改 Mercurial“默认”父 URL

最初我们的应用程序位于

http://ourserver.com/webapp

现在位于

http://outserver.com/dev

因为我做了一个 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

http://ourserver.com/webapp

now it is at

http://outserver.com/dev

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福丶如此 2024-11-22 03:09:43

您只需编辑 .hg/hgrc

[paths]
default = https://yoururl.com/dev-repo-name

You can just edit .hg/hgrc

[paths]
default = https://yoururl.com/dev-repo-name
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文