author | Yuya Nishihara <yuya@tcha.org> |
Sun, 21 Sep 2014 12:38:47 +0900 | |
changeset 22552 | bb14cca8c4e4 |
parent 22551 | 8d707da26f9b |
child 22553 | 67b6b82a6bbe |
--- 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)