changeset 22641 | ffd0f6b1c29d |
parent 22639 | 79c4178b2169 |
child 22645 | 6e431e1635b6 |
--- a/mercurial/commands.py Tue Sep 30 17:13:54 2014 -0700 +++ b/mercurial/commands.py Fri Sep 26 10:59:29 2014 -0700 @@ -4961,7 +4961,7 @@ raise util.Abort(err) modheads = repo.pull(other, heads=revs, force=opts.get('force')) - bookmarks.updatefromremote(ui, repo, remotebookmarks, source) + bookmarks.updatefromremote(ui, repo, remotebookmarks, other.url()) # update specified bookmarks if opts.get('bookmark'): marks = repo._bookmarks