view tests/helper-killhook.py @ 49873:e9d06ed64161

tests: drop py2 support from `f` utility
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 03 Jan 2023 23:49:05 -0500
parents 21ed126bab53
children
line wrap: on
line source

import os


def killme(ui, repo, hooktype, **wkargs):
    os._exit(80)