[PATCH 1 of 3] files: correct topic of formatter

Yuya Nishihara yuya at tcha.org
Sat Sep 20 23:53:29 CDT 2014


# HG changeset patch
# User Yuya Nishihara <yuya at tcha.org>
# Date 1411270727 -32400
#      Sun Sep 21 12:38:47 2014 +0900
# Node ID 7b3de162d3beb819be49fcd2c508677368fb5bb8
# Parent  5e16fe6fdd32124c3295db5ec40b076084cc5bd4
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)


More information about the Mercurial-devel mailing list