equal
deleted
inserted
replaced
264 return False |
264 return False |
265 |
265 |
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')) |
272 parentpath = ui.config("bundle", "mainreporoot", "") |
276 parentpath = ui.config("bundle", "mainreporoot", "") |
273 if parentpath: |
277 if parentpath: |