tests/helper-killhook.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 04 Aug 2021 19:45:13 +0200
branchstable
changeset 47803 580bca200874
parent 47284 21ed126bab53
permissions -rw-r--r--
test: disable test-subrepo-git.t in python2 + chg I am a couple of days in try to debug that at it seems minor enough with enough other priority to simply disable it for now. Differential Revision: https://phab.mercurial-scm.org/D11253

import os


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