##// END OF EJS Templates
bundlerepo: don't write branch cache to disk...
Sune Foldager -
r15597:bc0778f5 stable
parent child Browse files
Show More
@@ -266,6 +266,10 b' class bundlerepository(localrepo.localre'
266 def getcwd(self):
266 def getcwd(self):
267 return os.getcwd() # always outside the repo
267 return os.getcwd() # always outside the repo
268
268
269 def _writebranchcache(self, branches, tip, tiprev):
270 # don't overwrite the disk cache with bundle-augmented data
271 pass
272
269 def instance(ui, path, create):
273 def instance(ui, path, create):
270 if create:
274 if create:
271 raise util.Abort(_('cannot create new bundle repository'))
275 raise util.Abort(_('cannot create new bundle repository'))
General Comments 0
You need to be logged in to leave comments. Login now