Show More
@@ -346,6 +346,7 b' class bundlerepository(localrepo.localre' | |||
|
346 | 346 | def instance(ui, path, create): |
|
347 | 347 | if create: |
|
348 | 348 | raise util.Abort(_('cannot create new bundle repository')) |
|
349 | # internal config: bundle.mainreporoot | |
|
349 | 350 | parentpath = ui.config("bundle", "mainreporoot", "") |
|
350 | 351 | if not parentpath: |
|
351 | 352 | # try to find the correct path to the working directory repo |
General Comments 0
You need to be logged in to leave comments.
Login now