I would like to see all revision numbers that made any changes to a particular file.
The output should look like follows:
20
27
59
If it is not possible, is it possible with Git?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the template system in Mercurial. To get the revision number for the file
READMEyou’ll do:If you need the changeset hashes instead, then it’s:
See
hg help templatingfor more help. You can find the same help online (search for “Template Usage”).