##// END OF EJS Templates
statichttprepo: disable pushkey
Matt Mackall -
r12037:aaf9968b default
parent child Browse files
Show More
@@ -129,6 +129,7 b' class statichttprepository(localrepo.loc'
129 self._branchcachetip = None
129 self._branchcachetip = None
130 self.encodepats = None
130 self.encodepats = None
131 self.decodepats = None
131 self.decodepats = None
132 self.capabilities.remove("pushkey")
132
133
133 def url(self):
134 def url(self):
134 return self._url
135 return self._url
General Comments 0
You need to be logged in to leave comments. Login now