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.
我目前在 Windows 客户端上使用 mercurial。
我正在使用 Tortoise HG,但似乎没有任何打印功能。
如何获得可以打印的提交列表?
我想要一个指定的用户。
hg help log++hg help revsets如果hg help templating你想修改输出
hg help log
hg help revsets
hg help templating
作者 X 的变更集列表:
hg log -u X
hg log -r "user(X)"