##// END OF EJS Templates
subrepo: mark internal-only option
Matt Mackall -
r25848:0ae07173 default
parent child Browse files
Show More
@@ -607,6 +607,7 b' class hgsubrepo(abstractsubrepo):'
607 v = r.ui.config(s, k)
607 v = r.ui.config(s, k)
608 if v:
608 if v:
609 self.ui.setconfig(s, k, v, 'subrepo')
609 self.ui.setconfig(s, k, v, 'subrepo')
610 # internal config: ui._usedassubrepo
610 self.ui.setconfig('ui', '_usedassubrepo', 'True', 'subrepo')
611 self.ui.setconfig('ui', '_usedassubrepo', 'True', 'subrepo')
611 self._initrepo(r, state[0], create)
612 self._initrepo(r, state[0], create)
612
613
General Comments 0
You need to be logged in to leave comments. Login now