view tests/helper-killhook.py @ 48031:5b89626c11e9

errors: use InputError for bad --similarity value Differential Revision: https://phab.mercurial-scm.org/D11497
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 23 Sep 2021 09:40:01 -0700
parents 21ed126bab53
children
line wrap: on
line source

import os


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