Show More
@@ -2144,6 +2144,7 b' def files(ui, ctx, m, fm, fmt, subrepos)' | |||||
2144 | needsfctx = ui.verbose or {'size', 'flags'} & fm.datahint() |
|
2144 | needsfctx = ui.verbose or {'size', 'flags'} & fm.datahint() | |
2145 | for f in ctx.matches(m): |
|
2145 | for f in ctx.matches(m): | |
2146 | fm.startitem() |
|
2146 | fm.startitem() | |
|
2147 | fm.context(ctx=ctx) | |||
2147 | if needsfctx: |
|
2148 | if needsfctx: | |
2148 | fc = ctx[f] |
|
2149 | fc = ctx[f] | |
2149 | fm.write('size flags', '% 10d % 1s ', fc.size(), fc.flags()) |
|
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