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.
运行hg diff -r XXXX似乎将该变更集与我的本地副本进行比较。与构建它的基础相比,我如何获得该变更集的更改,就像您在 BitBucket 或 GitHub 上看到的那样?
hg diff -r XXXX
hg diff -c XXXX
您可以使用修订指定-c/--change以查看该变更集中相对于其第一个父项(source)的更改。
-c
--change