##// END OF EJS Templates
subrepo: avoid syncing bookmarks twice on clone (issue3191)...
Matt Mackall -
r15828:4bc715f2 default
parent child Browse files
Show More
@@ -484,8 +484,8 b' class hgsubrepo(abstractsubrepo):'
484 self._repo.ui.status(_('pulling subrepo %s from %s\n')
484 self._repo.ui.status(_('pulling subrepo %s from %s\n')
485 % (subrelpath(self), srcurl))
485 % (subrelpath(self), srcurl))
486 self._repo.pull(other)
486 self._repo.pull(other)
487 bookmarks.updatefromremote(self._repo.ui, self._repo, other,
487 bookmarks.updatefromremote(self._repo.ui, self._repo, other,
488 srcurl)
488 srcurl)
489
489
490 def get(self, state, overwrite=False):
490 def get(self, state, overwrite=False):
491 self._get(state)
491 self._get(state)
General Comments 0
You need to be logged in to leave comments. Login now