view tests/helper-killhook.py @ 50048:c3c8ac540513

largefiles: rely on the higher level `changing_giles` in `mergerecordupdates` Now that context open on the main dirstate also affect the underlying one, we can skip opening our own in `mergerecordupdates`
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 04 Feb 2023 16:54:46 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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