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.
我正在尝试找到一种方法来为某些文件类型(如 *.java)生成具有历史记录的 HG 日志文件。我需要与日志的差异......但同样只有 .java 文件。
谢谢
听起来你想要这样的东西:
hg log --patch --rev "modifies('**.java')"
有关如何使用特定规则定位 Mercurial 命令的信息,请参阅hg help revsets和。hg help filesets
hg help revsets
hg help filesets