tests/helper-killhook.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 29 Sep 2021 15:07:21 +0200
changeset 48095 20d0149b8a0a
parent 47284 21ed126bab53
permissions -rw-r--r--
dirstate-item: use `tracked` instead of `state` in context.matches Differential Revision: https://phab.mercurial-scm.org/D11532

import os


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