view tests/helper-killhook.py @ 47879:c1ed2c967fac stable

ci: only run the phabricator step if the previous on succeeded It seems like f6879956a386 regressed the intended behavior. Differential Revision: https://phab.mercurial-scm.org/D11342
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 26 Aug 2021 09:49:09 +0200
parents 21ed126bab53
children
line wrap: on
line source

import os


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