mercurial/statichttprepo.py
changeset 12037 aaf9968bd8b7
parent 11155 245a67fe2574
child 13253 61c9bc3da402
--- 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