Hi,
I would like to fill the comment tag @version with mercurial in Eclipse. To do it with subversion I did this:
Placed "@version $$Id$$" in the java source file.
I right click on the project, select "Team -> set Property"
Property name: Enter "svn:keywords"
Enter a text property: Enter "Id"
Check the option "Set property recursively"
Click "OK"
Does anyone know the mercurial equivalent to the subversion process above?
Many thanks.
Related to: http://stackoverflow.com/questions/2295661/fill-version-tag-with-subversion-in-eclipse