差分电流源与时间点源

发布于 2024-08-28 09:12:22 字数 293 浏览 5 评论 0原文

知道如何查看所有内容变更集中的变更。

但是假设您更新了源代码,进行了拉取操作,并获得了 3 个新的变更集。如何比较远程存储库的当前状态(签入了 3 个变更集)与当前源(在本地计算机上)?

我想使用我当前配置的视觉差异工具(Examdiff 或 Kdiff3)来执行此操作。

I know how to view all changes in a changeset..

But let's say you update your source, you do a pull and you get 3 new changesets. How can you compare the current state of the remote repository (with the 3 changesets checked in) vs. the current source (on your local machine)?

I'd like to do this using the visual diff tool which I currently have configured (Examdiff or Kdiff3).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

南薇 2024-09-04 09:12:22

您想要将当前工作目录与 tip 版本进行比较,因此您应该能够使用 hg diff -r Tip

You want to compare the current working directory with the tip revision, so you should be able to use hg diff -r tip.

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