Edit:
Thanks msw, omnifarious and tonfa for your answers. Although the example I gave was one of my main uses for propset, omnifarious & tonfa answered the general question as well. The specific question of including tags into text files was solved by this question.
Thanks for your help.
Original question: " 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?"