mercurial/dispatch.py
changeset 51858 607e94e01851
parent 51811 460e80488cf0
child 51859 f4733654f144
equal deleted inserted replaced
51857:f81e0ce5103a 51858:607e94e01851
   298             if req.ui.logblockedtimes:
   298             if req.ui.logblockedtimes:
   299                 req.ui._blockedtimes[b'command_duration'] = duration * 1000
   299                 req.ui._blockedtimes[b'command_duration'] = duration * 1000
   300                 req.ui.log(
   300                 req.ui.log(
   301                     b'uiblocked',
   301                     b'uiblocked',
   302                     b'ui blocked ms\n',
   302                     b'ui blocked ms\n',
   303                     **pycompat.strkwargs(req.ui._blockedtimes)
   303                     **pycompat.strkwargs(req.ui._blockedtimes),
   304                 )
   304                 )
   305             return_code = ret & 255
   305             return_code = ret & 255
   306             req.ui.log(
   306             req.ui.log(
   307                 b"commandfinish",
   307                 b"commandfinish",
   308                 b"%s exited %d after %0.2f seconds\n",
   308                 b"%s exited %d after %0.2f seconds\n",