changeset 13646 | 31eac42d9123 |
parent 13644 | 7e6c2f58ad56 |
child 13663 | d16c99f16f00 |
--- a/mercurial/commands.py Sun Mar 13 14:35:17 2011 +0100 +++ b/mercurial/commands.py Mon Mar 14 00:10:43 2011 +0100 @@ -2977,6 +2977,7 @@ raise util.Abort(err) modheads = repo.pull(other, heads=revs, force=opts.get('force')) + bookmarks.updatefromremote(ui, repo, other) if checkout: checkout = str(repo.changelog.rev(other.lookup(checkout))) repo._subtoppath = source