##// 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 266 def getcwd(self):
267 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 273 def instance(ui, path, create):
270 274 if create:
271 275 raise util.Abort(_('cannot create new bundle repository'))
General Comments 0
You need to be logged in to leave comments. Login now