# HG changeset patch # User Matt Mackall # Date 1282673615 18000 # Node ID aaf9968bd8b706fb461f7674ffcc8b76b5a298ee # Parent 31f02288bbc47b10a897c24c7ec21966abbbbfec statichttprepo: disable pushkey diff -r 31f02288bbc4 -r aaf9968bd8b7 mercurial/statichttprepo.py --- a/mercurial/statichttprepo.py Fri Aug 13 16:05:08 2010 +0200 +++ b/mercurial/statichttprepo.py Tue Aug 24 13:13:35 2010 -0500 @@ -129,6 +129,7 @@ self._branchcachetip = None self.encodepats = None self.decodepats = None + self.capabilities.remove("pushkey") def url(self): return self._url