##// END OF EJS Templates
issue6528: add a config option to control the fixing on the fly...
issue6528: add a config option to control the fixing on the fly This will allow people who know to be safe to avoid any performance overhead (and other potential issue). Differential Revision: https://phab.mercurial-scm.org/D11271

File last commit:

r48059:762afde8 default
r49015:2813d406 5.9rc1 stable
Show More
helper-killhook.py
5 lines | 71 B | text/x-python | PythonLexer
import os
def killme(ui, repo, hooktype, **wkargs):
os._exit(80)