Submitter | Augie Fackler |
---|---|
Date | Feb. 19, 2017, 11:12 p.m. |
Message ID | <a7e54c6d8835bcda8aed.1487545978@imladris.local> |
Download | mbox | patch |
Permalink | /patch/18662/ |
State | Accepted |
Headers | show |
Comments
Patch
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'))