mercurial/commands.py
changeset 22552 bb14cca8c4e4
parent 22502 e6e7ef68c879
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)