Submitter | Matt Harbison |
---|---|
Date | March 20, 2015, 1:40 a.m. |
Message ID | <449fccab8331e05fb69d.1426815635@Envy> |
Download | mbox | patch |
Permalink | /patch/8194/ |
State | Accepted |
Commit | 30b8db6d0c0430309aedf2b8aa5669a487adeebb |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepo.py b/mercurial/subrepo.py --- a/mercurial/subrepo.py +++ b/mercurial/subrepo.py @@ -519,6 +519,7 @@ super(hgsubrepo, self).__init__(ctx.repo().ui) self._path = path self._state = state + self._ctx = ctx r = ctx.repo() root = r.wjoin(path) create = not r.wvfs.exists('%s/.hg' % path)