statichttprepo: disable pushkey
authorMatt Mackall <mpm@selenic.com>
Tue, 24 Aug 2010 13:13:35 -0500
changeset 12037 aaf9968bd8b7
parent 12036 31f02288bbc4
child 12040 529e712cb1ba
statichttprepo: disable pushkey
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