Show More
@@ -743,7 +743,7 b' class hgsubrepo(abstractsubrepo):' | |||
|
743 | 743 | self._repo.ui.status(_('pulling subrepo %s from %s\n') |
|
744 | 744 | % (subrelpath(self), srcurl)) |
|
745 | 745 | cleansub = self.storeclean(srcurl) |
|
746 |
self._repo |
|
|
746 | exchange.pull(self._repo, other) | |
|
747 | 747 | if cleansub: |
|
748 | 748 | # keep the repo clean after pull |
|
749 | 749 | self._cachestorehash(srcurl) |
General Comments 0
You need to be logged in to leave comments.
Login now