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!
It is free software released under the GNU General Public License. TortoiseHg can be used as a client to a git server.
The hg command provides a command line interface to the Mercurial system.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With