mercurial/hgweb.py
changeset 322 a0acae914e95
parent 271 35acefbf0ae6
child 330 27d08c0c2a7e
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -135,6 +135,7 @@ class hgweb:
     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):