# HG changeset patch # User Matt Mackall # Date 2015-06-25 22:43:24 # Node ID 5418dd5be8ac1d8b118992f1fa2190118d70de83 # Parent 38cf0908bf98cac53dfea803567acdf99d202e72 bundlerepo: mark internal-only config variable diff --git a/mercurial/bundlerepo.py b/mercurial/bundlerepo.py --- a/mercurial/bundlerepo.py +++ b/mercurial/bundlerepo.py @@ -346,6 +346,7 @@ class bundlerepository(localrepo.localre 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