mercurial/hg.py
changeset 31057 16d7db8f752c
parent 30963 7beb3ec34443
child 31058 d2ed0abce08e
--- a/mercurial/hg.py	Sat Feb 18 21:30:28 2017 +1100
+++ b/mercurial/hg.py	Tue Feb 21 10:53:13 2017 -0500
@@ -804,7 +804,7 @@
         if not chlist:
             ui.status(_("no changes found\n"))
             return subreporecurse()
-
+        ui.pager('incoming')
         displayer = cmdutil.show_changeset(ui, other, opts, buffered)
         displaychlist(other, chlist, displayer)
         displayer.close()