Show More
@@ -2144,6 +2144,7 def files(ui, ctx, m, fm, fmt, subrepos) | |||
|
2144 | 2144 | needsfctx = ui.verbose or {'size', 'flags'} & fm.datahint() |
|
2145 | 2145 | for f in ctx.matches(m): |
|
2146 | 2146 | fm.startitem() |
|
2147 | fm.context(ctx=ctx) | |
|
2147 | 2148 | if needsfctx: |
|
2148 | 2149 | fc = ctx[f] |
|
2149 | 2150 | fm.write('size flags', '% 10d % 1s ', fc.size(), fc.flags()) |
General Comments 0
You need to be logged in to leave comments.
Login now