author | Matt Mackall <mpm@selenic.com> |
Thu, 25 Jun 2015 17:57:26 -0500 | |
changeset 25848 | 0ae07173881d |
parent 25847 | 56674fd6dabc |
child 25849 | d1cb185b9ee2 |
--- 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)