Mercurial > hg-stable
changeset 25830:5418dd5be8ac
bundlerepo: mark internal-only config variable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 25 Jun 2015 17:43:24 -0500 |
parents | 38cf0908bf98 |
children | 578fc97904da |
files | mercurial/bundlerepo.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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