dispatch: add newline after ui.log "ui blocked ms" message
authorMartin von Zweigbergk <martinvonz@google.com>
Fri, 11 Jan 2019 13:11:49 -0800
changeset 41193 dd97354b8891
parent 41192 2338eab5f8b7
child 41194 4c5864dad8b0
dispatch: add newline after ui.log "ui blocked ms" message Differential Revision: https://phab.mercurial-scm.org/D5573
mercurial/dispatch.py
--- a/mercurial/dispatch.py	Fri Jan 11 14:07:35 2019 -0800
+++ b/mercurial/dispatch.py	Fri Jan 11 13:11:49 2019 -0800
@@ -248,7 +248,7 @@
             req.ui.flush()
             if req.ui.logblockedtimes:
                 req.ui._blockedtimes['command_duration'] = duration * 1000
-                req.ui.log('uiblocked', 'ui blocked ms',
+                req.ui.log('uiblocked', 'ui blocked ms\n',
                            **pycompat.strkwargs(req.ui._blockedtimes))
             return_code = ret & 255
             req.ui.log(