mercurial/commands.py
changeset 24397 d0ea2028e8e6
parent 24390 72d7d390ef5d
child 24398 c0096a2bd3ff
--- a/mercurial/commands.py	Wed Mar 18 15:59:45 2015 -0700
+++ b/mercurial/commands.py	Thu Mar 19 23:36:05 2015 +0900
@@ -4302,7 +4302,7 @@
             ui.warn(_("remote doesn't support bookmarks\n"))
             return 0
         ui.status(_('comparing with %s\n') % util.hidepassword(source))
-        return bookmarks.diff(ui, repo, other)
+        return bookmarks.incoming(ui, repo, other)
 
     repo._subtoppath = ui.expandpath(source)
     try: