I would like to know if it could be possible to add a file like myrepo/.hg/info.txt and track it with hg.
Why? I want to add an hg extension and keep it there.
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.
No, Mercurial is very careful not to track its own files and that is defined as all files inside
.hg/.You need to put the extension into another repo and ask the users to clone this along with the main project.