##// END OF EJS Templates
files: enable pager
Augie Fackler -
r31035:8c176811 default
parent child Browse files
Show More
@@ -2084,6 +2084,7 b' def files(ui, repo, *pats, **opts):'
2084 fmt = '%s' + end
2084 fmt = '%s' + end
2085
2085
2086 m = scmutil.match(ctx, pats, opts)
2086 m = scmutil.match(ctx, pats, opts)
2087 ui.pager('files')
2087 with ui.formatter('files', opts) as fm:
2088 with ui.formatter('files', opts) as fm:
2088 return cmdutil.files(ui, ctx, m, fm, fmt, opts.get('subrepos'))
2089 return cmdutil.files(ui, ctx, m, fm, fmt, opts.get('subrepos'))
2089
2090
General Comments 0
You need to be logged in to leave comments. Login now