tests/helper-killhook.py
author Pierre-Yves DAVID <pierre-yves.david@octobus.net>
Sat, 04 Jun 2022 19:10:51 +0200
changeset 49462 ef0b0f94d2e5
parent 47284 21ed126bab53
permissions -rw-r--r--
compare-disco: move case parsing into its own function This is open the way to the next changeset that will allow to specify a list of heads.

import os


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