# HG changeset patch # User Matt Mackall # Date 2010-08-24 18:13:35 # Node ID aaf9968bd8b706fb461f7674ffcc8b76b5a298ee # Parent 31f02288bbc47b10a897c24c7ec21966abbbbfec statichttprepo: disable pushkey diff --git a/mercurial/statichttprepo.py b/mercurial/statichttprepo.py --- a/mercurial/statichttprepo.py +++ b/mercurial/statichttprepo.py @@ -129,6 +129,7 @@ class statichttprepository(localrepo.loc self._branchcachetip = None self.encodepats = None self.decodepats = None + self.capabilities.remove("pushkey") def url(self): return self._url