##// END OF EJS Templates
hook: give exthooks tags for blocking time...
Simon Farnsworth -
r31205:a48c6ac5 default
parent child Browse files
Show More
@@ -142,7 +142,7 b' def _exthook(ui, repo, name, cmd, args, '
142 cwd = repo.root
142 cwd = repo.root
143 else:
143 else:
144 cwd = pycompat.getcwd()
144 cwd = pycompat.getcwd()
145 r = ui.system(cmd, environ=env, cwd=cwd)
145 r = ui.system(cmd, environ=env, cwd=cwd, blockedtag='exthook-%s' % (name,))
146
146
147 duration = util.timer() - starttime
147 duration = util.timer() - starttime
148 ui.log('exthook', 'exthook-%s: %s finished in %0.2f seconds\n',
148 ui.log('exthook', 'exthook-%s: %s finished in %0.2f seconds\n',
General Comments 0
You need to be logged in to leave comments. Login now