Mercurial > public > mercurial-scm > hg
diff mercurial/statichttprepo.py @ 1680:c21b54f7f7b8
Merge with crew
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Wed, 01 Feb 2006 19:18:15 +0100 |
parents | b345cc4c22c0 14d1f1868bf6 |
children |
line wrap: on
line diff
--- 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