mercurial/hgweb.py
changeset 322 a0acae914e95
parent 271 35acefbf0ae6
child 330 27d08c0c2a7e
--- a/mercurial/hgweb.py	Sun Jun 12 22:05:08 2005 -0800
+++ b/mercurial/hgweb.py	Mon Jun 13 11:58:33 2005 -0800
@@ -135,6 +135,7 @@
     def refresh(self):
         s = os.stat(os.path.join(self.path, ".hg", "00changelog.i"))
         if s.st_mtime != self.mtime:
+            self.mtime = s.st_mtime
             self.repo = repository(ui(), self.path)
 
     def date(self, cs):