Is there an equivalent to svn propset command in mercurial?
Posted
by arun
on Stack Overflow
See other posts from Stack Overflow
or by arun
Published on 2010-06-13T21:07:51Z
Indexed on
2010/06/13
21:12 UTC
Read the original article
Hit count: 187
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?
© Stack Overflow or respective owner