mercurial/commands.py
changeset 31057 16d7db8f752c
parent 31047 8aaebe8e47ec
child 31058 d2ed0abce08e
--- a/mercurial/commands.py	Sat Feb 18 21:30:28 2017 +1100
+++ b/mercurial/commands.py	Tue Feb 21 10:53:13 2017 -0500
@@ -3210,7 +3210,6 @@
             cmdutil.displaygraph(ui, repo, revdag, displayer,
                                  graphmod.asciiedges)
 
-        ui.pager('incoming')
         hg._incoming(display, lambda: 1, ui, repo, source, opts, buffered=True)
         return 0
 
@@ -3230,7 +3229,6 @@
 
     repo._subtoppath = ui.expandpath(source)
     try:
-        ui.pager('incoming')
         return hg.incoming(ui, repo, source, opts)
     finally:
         del repo._subtoppath