Submitter | Matt Harbison |
---|---|
Date | Dec. 15, 2014, 1:12 a.m. |
Message ID | <80e3b20d537f390a9c39.1418605958@Envy> |
Download | mbox | patch |
Permalink | /patch/7102/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepo.py b/mercurial/subrepo.py --- a/mercurial/subrepo.py +++ b/mercurial/subrepo.py @@ -901,7 +901,6 @@ self._path = path self._state = state self._ctx = ctx - self._ui = ctx._repo.ui self._exe = util.findexe('svn') if not self._exe: raise util.Abort(_("'svn' executable not found for subrepo '%s'") @@ -1135,7 +1134,6 @@ self._relpath = os.path.join(reporelpath(ctx._repo), path) self._abspath = ctx._repo.wjoin(path) self._subparent = ctx._repo - self._ui = ctx._repo.ui self._ensuregit() def _ensuregit(self):