bundlerepo: mark internal-only config variable
authorMatt Mackall <mpm@selenic.com>
Thu, 25 Jun 2015 17:43:24 -0500
changeset 25830 5418dd5be8ac
parent 25829 38cf0908bf98
child 25831 578fc97904da
bundlerepo: mark internal-only config variable
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