列出一位用户的 Mercurial 签到

发布于 2024-10-21 21:45:06 字数 60 浏览 2 评论 0原文

如何使用 TortoiseHg 列出特定 Mercurial 用户的签入,或者在命令行上使用 hg 失败?

How can I list the checkins for a specific mercurial user using TortoiseHg, or failing that, using hg on the command line?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不美如何 2024-10-28 21:45:06

hg log 命令有一个“用户”选项(-u 或 --user)。为了找到我的承诺,我可以做...

hg log --user "Mark Hildreth"

The hg log command has a "user" option (-u or --user). To find my commits, I could do...

hg log --user "Mark Hildreth"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文