Im currently using mercurial on a windows client.
Im using Tortoise HG but there doesn't seems to be any print function.
How can i get a list of commits that i can print?
And i want it by a specified user.
hg help log + hg help revsets + hg help templating if you want to modify output
List of changesets for author X:
hg log -u Xhg log -r "user(X)"if there are spaces in authors name use '':
hg log -u 'John Johnson'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