Submitter | Yuya Nishihara |
---|---|
Date | Sept. 21, 2014, 4:53 a.m. |
Message ID | <7b3de162d3beb819be49.1411275209@mimosa> |
Download | mbox | patch |
Permalink | /patch/5902/ |
State | Accepted |
Headers | show |
Comments
Patch
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)