Mercurial > hg-stable
changeset 22552:bb14cca8c4e4
files: correct topic of formatter
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 21 Sep 2014 12:38:47 +0900 |
parents | 8d707da26f9b |
children | 67b6b82a6bbe |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Sep 19 18:40:39 2014 -0700 +++ b/mercurial/commands.py Sun Sep 21 12:38:47 2014 +0900 @@ -3143,7 +3143,7 @@ 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)