在 Mercurial (tortoisehg) 中,如何查看文件的历史记录?
在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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过以下命令查看文件的更改:
您可以通过输入
hg log --help
查看更多选项You can view the changes on a file by the following command:
You can see more options by typing
hg log --help
您可以使用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