# HG changeset patch # User Yuya Nishihara # Date 2014-09-21 03:38:47 # Node ID bb14cca8c4e415851e2b51da41e3144159adf327 # Parent 8d707da26f9b8ca6fffecadd46c4c9c7b828d354 files: correct topic of formatter diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3143,7 +3143,7 @@ def files(ui, repo, *pats, **opts): end = '\n' if opts.get('print0'): end = '\0' - fm = ui.formatter('status', opts) + fm = ui.formatter('files', opts) fmt = '%s' + end m = scmutil.match(ctx, pats, opts)