Mercurial > hg
view mercurial/cext/mpatch.pyi @ 52265:a1f2e25b6b38 stable
wheel: also build the musl wheel in the ci
We add a trigger to not run that all the time.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 15 Nov 2024 07:20:12 +0100 |
parents | 8dca9051a859 |
children |
line wrap: on
line source
from typing import ( List, ) version: int class mpatchError(Exception): ... def patches(text: bytes, bins: List[bytes]) -> bytes: ... def patchedsize(orig: int, data: bytes) -> int: ...