view tests/helper-killhook.py @ 48456:f77e4daaf612

update: reformat the `commands.update.check` help This make the various option clearer. Differential Revision: https://phab.mercurial-scm.org/D11852
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 03 Dec 2021 14:36:40 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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