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.
有人知道如何将 ExamDiff 与 Mercurial 集成吗?我设置了 KDiff3,但不知道如何设置 ExamDiff。
更新:根据接受的答案,这个 .hgrc 配置有效:
[extensions] hgext.extdiff = [extdiff] cmd.examdiff = C:\Program Files\ExamDiff Pro\ExamDiff.exe
可以使用命令运行 ExamDiffhg examdiff
hg examdiff
这可以通过Extdiff 扩展来完成。