Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道如何查看变更集中的所有更改..
但是假设你更新了你的源代码,你做了 apull并且你得到了 3 个新的变更集。您如何比较远程存储库的当前状态(签入 3 个变更集)与当前源(在您的本地计算机上)?
pull
我想使用我当前配置的视觉差异工具(Examdiff 或 Kdiff3)来做到这一点。
您想将当前工作目录与tip修订版进行比较,因此您应该能够使用hg diff -r tip.
tip
hg diff -r tip