mercurial/dispatch.py
changeset 35363 08f28f58f863
parent 35234 7ce0ba3a1c32
child 35470 7906354cbc68
--- a/mercurial/dispatch.py	Sun Dec 10 04:45:56 2017 +0530
+++ b/mercurial/dispatch.py	Sun Dec 10 04:46:13 2017 +0530
@@ -200,7 +200,8 @@
         req.ui.flush()
         if req.ui.logblockedtimes:
             req.ui._blockedtimes['command_duration'] = duration * 1000
-            req.ui.log('uiblocked', 'ui blocked ms', **req.ui._blockedtimes)
+            req.ui.log('uiblocked', 'ui blocked ms',
+                       **pycompat.strkwargs(req.ui._blockedtimes))
         req.ui.log("commandfinish", "%s exited %d after %0.2f seconds\n",
                    msg, ret or 0, duration)
         try: