在 Mercurial (tortoisehg) 中,如何查看文件的历史记录?

发布于 2024-12-03 14:34:37 字数 84 浏览 5 评论 0原文

在tortoisehg中,如何查看文件的历史记录?与存储库浏览器非常相似,但我不想查看整个存储库,而是只想查看特定文件的历史记录。

谢谢!

In tortoisehg, how do I view a file's history? Much like as the repo explorer, but instead of viewing the whole repo, I would like to view only a specific file's history.

Thanks!

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

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

发布评论

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

评论(2

谜兔 2024-12-10 14:34:38

您可以通过以下命令查看文件的更改:

hg log -f file_path

您可以通过输入 hg log --help 查看更多选项

You can view the changes on a file by the following command:

hg log -f file_path

You can see more options by typing hg log --help

婴鹅 2024-12-10 14:34:38

您可以使用TortoiseHg,右键单击,查看历史记录。我认为在回购资源管理器/工作台中,您可以进入文件查看模式并从那里执行相同的操作

You can use TortoiseHg, right click, view history. I think within the repo explorer/workbench you can go into file view mode and do the same from there

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