tests/helper-killhook.py
branchstable
changeset 50311 e2ba2234bf1c
parent 50310 4c1061b3e55a
child 50312 c185545a4c69
equal deleted inserted replaced
50310:4c1061b3e55a 50311:e2ba2234bf1c
     1 import os
       
     2 
       
     3 
       
     4 def killme(ui, repo, hooktype, **wkargs):
       
     5     os._exit(80)