Submitter | Matt Harbison |
---|---|
Date | Dec. 15, 2014, 1:12 a.m. |
Message ID | <43c4974be91f73e5f2d5.1418605960@Envy> |
Download | mbox | patch |
Permalink | /patch/7104/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepo.py b/mercurial/subrepo.py --- a/mercurial/subrepo.py +++ b/mercurial/subrepo.py @@ -523,6 +523,7 @@ root = r.wjoin(path) create = not r.wvfs.exists('%s/.hg' % path) self._repo = hg.repository(r.baseui, root, create=create) + self.ui = self._repo.ui for s, k in [('ui', 'commitsubrepos')]: v = r.ui.config(s, k) if v: