changeset 31035:8c176811b735

files: enable pager
author Augie Fackler <augie@google.com>
date Mon, 06 Feb 2017 23:02:48 -0500
parents 270ab9d2ffbb
children effb22ac3648
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Mon Feb 06 23:01:42 2017 -0500
+++ b/mercurial/commands.py	Mon Feb 06 23:02:48 2017 -0500
@@ -2084,6 +2084,7 @@
     fmt = '%s' + end
 
     m = scmutil.match(ctx, pats, opts)
+    ui.pager('files')
     with ui.formatter('files', opts) as fm:
         return cmdutil.files(ui, ctx, m, fm, fmt, opts.get('subrepos'))