# HG changeset patch # User Augie Fackler # Date 1486440168 18000 # Node ID 8c176811b735fbdf654e075bb61937df7dbd5ada # Parent 270ab9d2ffbba0d5f6c41156c8b27926c36ee4c8 files: enable pager diff -r 270ab9d2ffbb -r 8c176811b735 mercurial/commands.py --- 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'))