##// END OF EJS Templates
subrepo: use exchange.pull...
Pierre-Yves David -
r22695:15a70ca4 default
parent child Browse files
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.pull(other)
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