开发者

In Mercurial (tortoisehg), how do I view a file's history?

开发者 https://www.devze.com 2023-04-04 01:57 出处:网络
In tortoisehg, how do I view a file\'s hist开发者_C百科ory? Much like as the repo explorer, but instead of viewing the whole repo, I would like to view only a specific file\'s history.

In tortoisehg, how do I view a file's hist开发者_C百科ory? 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!


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号