mercurial/commands.py
changeset 31030 ed0023e47412
parent 31029 d6a703af975b
child 31031 bd538ed3b9e6
--- a/mercurial/commands.py	Mon Feb 06 22:57:52 2017 -0500
+++ b/mercurial/commands.py	Mon Feb 06 22:58:26 2017 -0500
@@ -1940,6 +1940,7 @@
 
     diffopts = patch.diffallopts(ui, opts)
     m = scmutil.match(repo[node2], pats, opts)
+    ui.pager('diff')
     cmdutil.diffordiffstat(ui, repo, diffopts, node1, node2, m, stat=stat,
                            listsubrepos=opts.get('subrepos'),
                            root=opts.get('root'))