##// END OF EJS Templates
files: correct topic of formatter
Yuya Nishihara -
r22552:bb14cca8 default
parent child Browse files
Show More
@@ -3143,7 +3143,7 b' def files(ui, repo, *pats, **opts):'
3143 end = '\n'
3143 end = '\n'
3144 if opts.get('print0'):
3144 if opts.get('print0'):
3145 end = '\0'
3145 end = '\0'
3146 fm = ui.formatter('status', opts)
3146 fm = ui.formatter('files', opts)
3147 fmt = '%s' + end
3147 fmt = '%s' + end
3148
3148
3149 m = scmutil.match(ctx, pats, opts)
3149 m = scmutil.match(ctx, pats, opts)
General Comments 0
You need to be logged in to leave comments. Login now