与窑合并(mercurial)
在 kiln 中与另一个存储库合并的最佳方法是什么?
我们有 3 个存储库
- 1.7.5
- 1.7.6
- main-dev
所以我修复了旧版本(1.7.5)中的错误。我想将该修复与版本 1.7.6、存储库和我们的主开发存储库合并。
我如何使用 Mercurial (kiln) 来做到这一点
What are the best way to merge in kiln with another repository.
we have 3 repositories
- 1.7.5
- 1.7.6
- main-dev
So I fix a bug in an older version (1.7.5). That fix I would like to merge with version 1.7.6, repository and in our main-dev repository..
How would I do this with mercurial (kiln)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Kiln 不提供允许您通过 Kiln 的 Web UI 进行合并的功能。因此,您需要在本地进行普通的 Mercurial 合并,然后将合并的变更集推送到 Kiln。有很多关于如何在 Mercurial 中合并变更集的帖子,其中包括 Kiln Stackexchange 上的一些不错的帖子:
Kiln doesn't provide functionality that allows you to do a merge via Kiln's web UI. So you need to do an ordinary Mercurial merge locally and then push merged changsets to Kiln. There is a plenty of posts how to merge changesets in Mercurial, including some good ones on Kiln Stackexchange: