##// END OF EJS Templates
bundlerepo: drop use of `_cacheabletip`...
Pierre-Yves David -
r18216:46f62478 default
parent child Browse files
Show More
@@ -286,11 +286,6 b' class bundlerepository(localrepo.localre'
286 286 def getcwd(self):
287 287 return os.getcwd() # always outside the repo
288 288
289 def _cacheabletip(self):
290 # we should not cache data from the bundle on disk
291 ret = super(bundlerepository, self)._cacheabletip()
292 return min(self.changelog.disktiprev, ret)
293
294 289
295 290 def instance(ui, path, create):
296 291 if create:
General Comments 0
You need to be logged in to leave comments. Login now