tests/helper-killhook.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 01 Dec 2021 00:04:29 +0100
changeset 48372 e9d588b28710
parent 47284 21ed126bab53
permissions -rw-r--r--
test: mark rhg output as flaky rhg is not updating the dirstate on status yet, which make this part of the test flaky. This will be fixed soon. Differential Revision: https://phab.mercurial-scm.org/D11833

import os


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