diff -r 6b03f93b8ff3 -r 5614a628d173 mercurial/statichttprepo.py --- a/mercurial/statichttprepo.py Thu Jul 16 10:39:41 2009 -0400 +++ b/mercurial/statichttprepo.py Thu Jul 16 10:39:41 2009 -0400 @@ -114,7 +114,7 @@ self.manifest = manifest.manifest(self.sopener) self.changelog = changelog.changelog(self.sopener) - self.tagscache = None + self._tags = None self.nodetagscache = None self.encodepats = None self.decodepats = None