##// END OF EJS Templates
bundlerepo: mark internal-only config variable
Matt Mackall -
r25830:5418dd5b default
parent child Browse files
Show More
@@ -346,6 +346,7 b' class bundlerepository(localrepo.localre'
346 def instance(ui, path, create):
346 def instance(ui, path, create):
347 if create:
347 if create:
348 raise util.Abort(_('cannot create new bundle repository'))
348 raise util.Abort(_('cannot create new bundle repository'))
349 # internal config: bundle.mainreporoot
349 parentpath = ui.config("bundle", "mainreporoot", "")
350 parentpath = ui.config("bundle", "mainreporoot", "")
350 if not parentpath:
351 if not parentpath:
351 # try to find the correct path to the working directory repo
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