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