view tests/helper-killhook.py @ 48568:b9d5ad7146a3

git: add opener attribute to gitstore Differential Revision: https://phab.mercurial-scm.org/D11958
author Augie Fackler <augie@google.com>
date Wed, 05 Jan 2022 13:36:05 -0500
parents 21ed126bab53
children
line wrap: on
line source

import os


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