<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I thought that when someone committed one of these files, as part of the commit process hg would stick the current data into that file. If that is not possible then a trigger when pushing something to the master repository with a change in the file the trigger would put the date into the file (perhaps creating another entry in the commit history at that time).<br>


<br>
   RCS has this support trivially and for a ton of decades.<br>
<br>
Demo program for RCS<br>
   // $Author: ola $<br>
   // $Date: 1997/01/20 22:58:41 $<br>
   // $Id: foo.cc,v 1.1 1997/01/20 22:58:41 ola Exp $<br>
<br>
<br>
<a href="http://mercurial.selenic.com/wiki/KeywordExtension" target="_blank">http://mercurial.selenic.com/wiki/KeywordExtension</a>  seems to be what we should use. It appears that the hg makes sure the working copy always has the value (Date of last change in our case) in files one sees.<br>


<br>
  Check it out.</blockquote><div><br></div><div>Ok, I was totally misunderstanding what was going on. There are some ways to do that I've seen on the mercurial list. I think you're right about the keyword extension being what we want but I'll have to check it out in depth more. Sorry about the confusion. </div>

</div>