equal
deleted
inserted
replaced
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", |