tests/helper-killhook.py
author Pierre-Yves DAVID <pierre-yves.david@octobus.net>
Wed, 01 Jun 2022 00:54:19 +0200
changeset 49254 69983adfed06
parent 47284 21ed126bab53
permissions -rw-r--r--
debugindex: introduce a concept of "verbose-only" column We are about to add a bunch of new column and most of them are probably only relevant to --verbose. We add some more testing of the `--verbose` mode in a sidedata context.

import os


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