##// END OF EJS Templates
branching: merge default into stable...
branching: merge default into stable This mark the start of the 5.9 freeze.

File last commit:

r48059:762afde8 default
r48559:d7515d29 merge 5.9rc0 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)