在 Launchpad 上查看差异而不建议合并
如果建议在 Launchpad 上合并一个分支,它将显示与我建议合并的分支的差异。我喜欢 Launchpad 显示差异的方式:有没有一种方法可以在 Launchpad 上查看此差异,而无需明确建议合并分支?
If a propose a branch for merge on Launchpad, it will show a diff with the branch that I have proposed to merge with. I like the way the way that Launchpad shows the diff: is there a way I can view this diff on Launchpad without explicitly proposing the branch for merge?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,我不这么认为。此差异是使用 bzr merge --preview 命令创建的,需要 2 个分支(源和目标)。您可以在本地轻松完成此操作,也可以创建合并提案然后拒绝它。
No, I don't think so. This diff is created with
bzr merge --preview
command and requires 2 branches (source and destination). You can do that locally easily, or you can create a merge proposal and then Reject it.