author | Augie Fackler <augie@google.com> |
Mon, 06 Feb 2017 23:02:48 -0500 | |
changeset 31035 | 8c176811b735 |
parent 31034 | 270ab9d2ffbb |
child 31036 | effb22ac3648 |
--- 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'))