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.
我正在使用 TortoiseHg GUI,似乎没有办法导出我未提交的更改和上次修订之间的差异。有没有办法使用 hg 做到这一点?
我的要求:
它可以通过一个补丁文件非常简单地完成
hg diff > foo.patch
然后补丁可以通过
hg import --no-commit foo.patch
从命令行hg diff将使用统一的 diff 格式显示存储库中的差异。
hg diff