mercurial/logcmdutil.py
changeset 39705 fa681452b249
parent 38570 2523c0200df4
child 39795 ba93db1745ba
--- a/mercurial/logcmdutil.py	Mon Sep 03 20:56:53 2018 +0900
+++ b/mercurial/logcmdutil.py	Mon Sep 03 21:01:47 2018 +0900
@@ -326,6 +326,7 @@
         fm = self._fm
         fm.startitem()
 
+        fm.context(ctx=ctx)
         # TODO: maybe this should be wdirrev/wdirnode?
         rev = ctx.rev()
         if rev is None: