changeset 38542 | 7ae0ea739770 |
parent 38541 | 475f5f86eaed |
child 38575 | 152f4822d210 |
--- a/mercurial/cmdutil.py Sun Jul 01 21:55:37 2018 +0900 +++ b/mercurial/cmdutil.py Sun Jul 01 22:01:20 2018 +0900 @@ -2144,6 +2144,7 @@ needsfctx = ui.verbose or {'size', 'flags'} & fm.datahint() for f in ctx.matches(m): fm.startitem() + fm.context(ctx=ctx) if needsfctx: fc = ctx[f] fm.write('size flags', '% 10d % 1s ', fc.size(), fc.flags())