mercurial/dispatch.py
changeset 41193 dd97354b8891
parent 40729 c93d046d4300
child 43076 2372284d9457
equal deleted inserted replaced
41192:2338eab5f8b7 41193:dd97354b8891
   246         finally:
   246         finally:
   247             duration = util.timer() - starttime
   247             duration = util.timer() - starttime
   248             req.ui.flush()
   248             req.ui.flush()
   249             if req.ui.logblockedtimes:
   249             if req.ui.logblockedtimes:
   250                 req.ui._blockedtimes['command_duration'] = duration * 1000
   250                 req.ui._blockedtimes['command_duration'] = duration * 1000
   251                 req.ui.log('uiblocked', 'ui blocked ms',
   251                 req.ui.log('uiblocked', 'ui blocked ms\n',
   252                            **pycompat.strkwargs(req.ui._blockedtimes))
   252                            **pycompat.strkwargs(req.ui._blockedtimes))
   253             return_code = ret & 255
   253             return_code = ret & 255
   254             req.ui.log(
   254             req.ui.log(
   255                 "commandfinish",
   255                 "commandfinish",
   256                 "%s exited %d after %0.2f seconds\n",
   256                 "%s exited %d after %0.2f seconds\n",