In CVS you can add a $Log$ in a file that you commit and it will save CVS commit comments into the file upon each commit. Is there anything similar for Mercurial?
In CVS you can add a $Log$ in a file that you commit and
Share
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.
Yes, the keyword extension let’s you do some of this. However, it doesn’t support multi-line keywords like
$Log$. It’s also not very recommended to include the history like that. Runninghg logis considered much better.