diff -r e8c33e27ee9b -r 85e3aa21bcdc mercurial/commands.py --- a/mercurial/commands.py Sun Jul 01 22:11:23 2018 +0900 +++ b/mercurial/commands.py Sun Jul 01 22:18:46 2018 +0900 @@ -5117,6 +5117,7 @@ label = 'status.' + state for f in files: fm.startitem() + fm.context(ctx=ctx2) fm.condwrite(showchar, 'status', '%s ', char, label=label) fm.write('path', fmt, repo.pathto(f, cwd), label=label) if f in copy: