# HG changeset patch
# User Augie Fackler <au...@google.com>
# Date 1486440168 18000
#      Mon Feb 06 23:02:48 2017 -0500
# Node ID a7e54c6d8835bcda8aed14284046be7489a460a2
# Parent  22e4e9bdff5ebdd7feabb9ed7a1ff6b72c0fe7e8
files: enable pager

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2084,6 +2084,7 @@ def files(ui, repo, *pats, **opts):
     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'))
 
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to