From patchwork Thu Jul 16 17:36:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6,of,6] bundlerepo: mark internal-only config variable From: Matt Mackall X-Patchwork-Id: 10018 Message-Id: <7a7c28d3251ee3c374eb.1437068162@ruin.waste.org> To: mercurial-devel@selenic.com Date: Thu, 16 Jul 2015 12:36:02 -0500 # HG changeset patch # User Matt Mackall # Date 1435272204 18000 # Thu Jun 25 17:43:24 2015 -0500 # Node ID 7a7c28d3251ee3c374eb94cce51bf1b5b593fb05 # Parent 9356be27301fc4c0fbb9197cd0439703323b5d35 bundlerepo: mark internal-only config variable diff -r 9356be27301f -r 7a7c28d3251e mercurial/bundlerepo.py --- a/mercurial/bundlerepo.py Thu Jun 25 17:42:45 2015 -0500 +++ b/mercurial/bundlerepo.py Thu Jun 25 17:43:24 2015 -0500 @@ -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