changeset 1680 | c21b54f7f7b8 |
parent 1678 | b345cc4c22c0 |
parent 1598 | 14d1f1868bf6 |
--- a/mercurial/statichttprepo.py Thu Dec 15 18:04:39 2005 +0100 +++ b/mercurial/statichttprepo.py Wed Feb 01 19:18:15 2006 +0100 @@ -35,6 +35,8 @@ self.changelog = changelog.changelog(self.opener) self.tagscache = None self.nodetagscache = None + self.encodepats = None + self.decodepats = None def dev(self): return -1