changeset 25848:0ae07173881d

subrepo: mark internal-only option
author Matt Mackall <mpm@selenic.com>
date Thu, 25 Jun 2015 17:57:26 -0500
parents 56674fd6dabc
children d1cb185b9ee2
files mercurial/subrepo.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/subrepo.py	Thu Jun 25 17:56:54 2015 -0500
+++ b/mercurial/subrepo.py	Thu Jun 25 17:57:26 2015 -0500
@@ -607,6 +607,7 @@
             v = r.ui.config(s, k)
             if v:
                 self.ui.setconfig(s, k, v, 'subrepo')
+        # internal config: ui._usedassubrepo
         self.ui.setconfig('ui', '_usedassubrepo', 'True', 'subrepo')
         self._initrepo(r, state[0], create)