tests/helper-killhook.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 30 May 2021 17:11:49 +0200
changeset 47404 53289d02037a
parent 47295 21ed126bab53
permissions -rw-r--r--
revlog: use the `entry` function in bundlerepo We can use some of the default value again! Differential Revision: https://phab.mercurial-scm.org/D10796

import os


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