Is there an equivalent to svn propset command in mercurial?
- by arun
I use subversion keywords like Date, Author, Revision number etc in my LaTeX projects to include the revision details in the typeset document. I tried searching for an equivalent to svn propset command in mercurial, but couldn't find it. A sample command in subversion would be:
svn propset svn:keywords "Date Author Rev" sample.tex
Are there any equivalent commands in mercurial I could use to replace keywords inside a text file under revision control with corresponding details?