view tests/helper-killhook.py @ 49314:ec3f88480dbf stable

tests: show that hg log --debug output differs from {file*} template keywords hg log --debug -T xml doesn't differ, but let's test it because we can.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 12 May 2022 13:52:10 +0400
parents 21ed126bab53
children
line wrap: on
line source

import os


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