diff -r d0ea2028e8e6 -r c0096a2bd3ff mercurial/commands.py --- a/mercurial/commands.py Thu Mar 19 23:36:05 2015 +0900 +++ b/mercurial/commands.py Thu Mar 19 23:36:05 2015 +0900 @@ -4757,7 +4757,7 @@ ui.warn(_("remote doesn't support bookmarks\n")) return 0 ui.status(_('comparing with %s\n') % util.hidepassword(dest)) - return bookmarks.diff(ui, other, repo) + return bookmarks.outgoing(ui, repo, other) repo._subtoppath = ui.expandpath(dest or 'default-push', dest or 'default') try: