Skip to content
Snippets Groups Projects
Commit 5418dd5b authored by Matt Mackall's avatar Matt Mackall
Browse files

bundlerepo: mark internal-only config variable

parent 38cf0908
No related branches found
No related tags found
No related merge requests found
......@@ -346,6 +346,7 @@
def instance(ui, path, create):
if create:
raise util.Abort(_('cannot create new bundle repository'))
# internal config: bundle.mainreporoot
parentpath = ui.config("bundle", "mainreporoot", "")
if not parentpath:
# try to find the correct path to the working directory repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment