在 hg 中合并后我可以查看已解析的文件吗?
我正在使用 Mercurial,在合并时发现的一个问题是,单个开发人员在进行大量更改后很难与默认主干合并。
因此,即使开发人员手动解决冲突,总会有一个更改会错过一些相交的更改。
我想查看合并的历史记录并查看已解析的文件,以便其他开发人员可以查看它。
在 hg 中合并后我可以查看已解析的文件吗?
I'm using mercurial and one problem I found while merging was the fact that it's hard for a single developer to merge with the default trunk after a lot of changes.
So even if the developer resolves the conflicts by hand there is always a change to miss some of the intersecting changes.
I would like to take a look at the history of a merge and see the resolved files, so other developers can review it.
Can I view resolved files after a merge in hg?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我喜欢做的是这个工作流程:
What I like to do is this workflow: