mercurial/commands.py
changeset 38545 85e3aa21bcdc
parent 38544 e8c33e27ee9b
child 38597 afef1e362d65
--- 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: