mercurial/exchange.py
changeset 22666 0f8120c1ecf5
parent 22658 a8f0d8e4c80a
child 22693 68439b154063
equal deleted inserted replaced
22665:8319f7e78395 22666:0f8120c1ecf5
  1013     pullop.todosteps.remove('bookmarks')
  1013     pullop.todosteps.remove('bookmarks')
  1014     repo = pullop.repo
  1014     repo = pullop.repo
  1015     remotebookmarks = pullop.remotebookmarks
  1015     remotebookmarks = pullop.remotebookmarks
  1016     bookmod.updatefromremote(repo.ui, repo, remotebookmarks,
  1016     bookmod.updatefromremote(repo.ui, repo, remotebookmarks,
  1017                              pullop.remote.url(),
  1017                              pullop.remote.url(),
       
  1018                              pullop.gettransaction,
  1018                              explicit=pullop.explicitbookmarks)
  1019                              explicit=pullop.explicitbookmarks)
  1019 
  1020 
  1020 def _pullobsolete(pullop):
  1021 def _pullobsolete(pullop):
  1021     """utility function to pull obsolete markers from a remote
  1022     """utility function to pull obsolete markers from a remote
  1022 
  1023