mercurial/statichttprepo.py
branchstable
changeset 13440 286a3720d472
parent 13426 643b8212813e
child 13447 931a72e00efa
equal deleted inserted replaced
13439:d724a69309e0 13440:286a3720d472
   126         self.nodetagscache = None
   126         self.nodetagscache = None
   127         self._branchcache = None
   127         self._branchcache = None
   128         self._branchcachetip = None
   128         self._branchcachetip = None
   129         self.encodepats = None
   129         self.encodepats = None
   130         self.decodepats = None
   130         self.decodepats = None
   131         self.capabilities.remove("pushkey")
   131         self.capabilities = self.capabilities.difference(["pushkey"])
   132 
   132 
   133     def url(self):
   133     def url(self):
   134         return self._url
   134         return self._url
   135 
   135 
   136     def local(self):
   136     def local(self):