view tests/helper-killhook.py @ 48591:f1162b125991

histedit: attempt to make merge labels more helpful Differential Revision: https://phab.mercurial-scm.org/D12023
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 21 Jan 2022 13:48:18 -0800
parents 21ed126bab53
children
line wrap: on
line source

import os


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